static final org.apache.hadoop.hbase.regionserver.OperationStatus
OperationStatus.FAILURE
Singleton for failed operations.
static final org.apache.hadoop.hbase.regionserver.OperationStatus
OperationStatus.NOT_RUN
Singleton for operations not yet run.
static final org.apache.hadoop.hbase.regionserver.OperationStatus
OperationStatus.SUCCESS
Singleton for successful operations.
org.apache.hadoop.hbase.regionserver.OperationStatus[]
HRegion.batchMutate(org.apache.hadoop.hbase.client.Mutation[] mutations)
org.apache.hadoop.hbase.regionserver.OperationStatus[]
HRegion.batchMutate(org.apache.hadoop.hbase.client.Mutation[] mutations,
boolean atomic,
long nonceGroup,
long nonce)
org.apache.hadoop.hbase.regionserver.OperationStatus[]
Region.batchMutate(org.apache.hadoop.hbase.client.Mutation[] mutations)
Perform a batch of mutations.
org.apache.hadoop.hbase.regionserver.OperationStatus
MiniBatchOperationInProgress.getOperationStatus(int index)
Returns Gets the status code for the operation(Mutation) at the specified position.
void
MiniBatchOperationInProgress.setOperationStatus(int index,
org.apache.hadoop.hbase.regionserver.OperationStatus opStatus)
Sets the status code for the operation(Mutation) at the specified position.
MiniBatchOperationInProgress(T[] operations,
org.apache.hadoop.hbase.regionserver.OperationStatus[] retCodeDetails,
org.apache.hadoop.hbase.wal.WALEdit[] walEditsFromCoprocessors,
int firstIndex,
int lastIndexExclusive,
int readyToWriteCount)