Class Action

java.lang.Object
org.apache.hadoop.hbase.client.Action
All Implemented Interfaces:
Comparable<Action>

@Private public class Action extends Object implements Comparable<Action>
A Get, Put, Increment, Append, or Delete associated with it's region. Used internally by Table.batch(java.util.List<? extends org.apache.hadoop.hbase.client.Row>, java.lang.Object[]) to associate the action with it's region and maintain the index from the original request.