Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
OperationStatus[] |
HRegion.batchMutate(Pair<Mutation,Integer>[] mutationsAndLocks)
Perform a batch of mutations.
|
OperationStatus |
MiniBatchOperationInProgress.getOperationStatus(int index) |
OperationStatus[] |
HRegion.put(Pair<Put,Integer>[] putsAndLocks)
Deprecated.
Instead use
HRegion.batchMutate(Pair[]) |
OperationStatus[] |
HRegion.put(Put[] puts)
Perform a batch put with no pre-specified locks
|
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 © 2014 The Apache Software Foundation. All Rights Reserved.