Uses of Class
org.apache.hadoop.hbase.regionserver.HRegion.BatchOperation
-
Uses of HRegion.BatchOperation in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionprivate static class
Batch of mutation operations.private static final class
Batch of mutations for replay.Modifier and TypeMethodDescriptionprivate OperationStatus[]
HRegion.batchMutate
(HRegion.BatchOperation<?> batchOp) Perform a batch of mutations.private void
HRegion.doMiniBatchMutate
(HRegion.BatchOperation<?> batchOp) Called to do a piece of the batch that came in toHRegion.batchMutate(Mutation[])
In here we also handle replay of edits on region recover.