|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationStatus | |
---|---|
org.apache.hadoop.hbase.regionserver |
Uses of OperationStatus in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return OperationStatus | |
---|---|
OperationStatus[] |
HRegion.batchMutate(Pair<Mutation,Integer>[] mutationsAndLocks)
Perform a batch of mutations. |
OperationStatus |
MiniBatchOperationInProgress.getOperationStatus(int index)
|
OperationStatus[] |
HRegion.put(Put[] puts)
Perform a batch put with no pre-specified locks |
Methods in org.apache.hadoop.hbase.regionserver with parameters of type OperationStatus | |
---|---|
void |
MiniBatchOperationInProgress.setOperationStatus(int index,
OperationStatus opStatus)
Sets the status code for the operation(Mutation) at the specified position. |
Constructors in org.apache.hadoop.hbase.regionserver with parameters of type OperationStatus | |
---|---|
MiniBatchOperationInProgress(T[] operations,
OperationStatus[] retCodeDetails,
WALEdit[] walEditsFromCoprocessors,
int firstIndex,
int lastIndexExclusive)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |