Uses of Class
org.apache.hadoop.hbase.regionserver.HRegion.BatchOperation
Packages that use HRegion.BatchOperation
-
Uses of HRegion.BatchOperation in org.apache.hadoop.hbase.regionserver
Subclasses of HRegion.BatchOperation in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionprivate static class
Batch of mutation operations.private static final class
Batch of mutations for replay.Methods in org.apache.hadoop.hbase.regionserver with parameters of type HRegion.BatchOperationModifier 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.