Package org.apache.hadoop.hbase.client
Class Action
java.lang.Object
org.apache.hadoop.hbase.client.Action
- All Implemented Interfaces:
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.-
Field Details
-
action
-
originalIndex
-
nonce
-
replicaId
-
priority
-
-
Constructor Details
-
Action
-
Action
-
Action
Creates an action for a particular replica from original action.- Parameters:
action
- Original action.replicaId
- Replica id for the new action.
-
-
Method Details