Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
OperationStatus[] |
HRegion.batchMutate(Mutation[] mutations)
Perform a batch of mutations.
|
protected OperationStatus[] |
HRegionServer.doBatchOp(HRegion region,
List<Pair<ClientProtos.MutationProto.MutationType,Mutation>> mutations,
boolean isReplay)
Execute a list of Put/Delete mutations.
|
OperationStatus |
MiniBatchOperationInProgress.getOperationStatus(int index) |
Modifier and Type | Method and Description |
---|---|
void |
MiniBatchOperationInProgress.setOperationStatus(int index,
OperationStatus opStatus)
Sets the status code for the operation(Mutation) at the specified position.
|
Constructor and Description |
---|
MiniBatchOperationInProgress(T[] operations,
OperationStatus[] retCodeDetails,
WALEdit[] walEditsFromCoprocessors,
int firstIndex,
int lastIndexExclusive) |
Copyright © 2013 The Apache Software Foundation. All rights reserved.