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
Deprecated.Since 3.0.0, will be removed in 4.0.0.Methods in org.apache.hadoop.hbase.regionserver with parameters of type HRegion.BatchOperationModifier and TypeMethodDescriptionprivate void
HRegion.attachRegionReplicationInWALAppend
(HRegion.BatchOperation<?> batchOp, MiniBatchOperationInProgress<Mutation> miniBatchOp, WALKeyImpl walKey, WALEdit walEdit, MultiVersionConcurrencyControl.WriteEntry writeEntry) AttachRegionReplicationSink.add(org.apache.hadoop.hbase.wal.WALKeyImpl, org.apache.hadoop.hbase.wal.WALEdit, org.apache.hadoop.hbase.ipc.ServerCall<?>)
to the mvcc writeEntry for replicating to region replica.private OperationStatus[]
HRegion.batchMutate
(HRegion.BatchOperation<?> batchOp) Perform a batch of mutations.private WALKeyImpl
HRegion.createWALKeyForWALAppend
(boolean isReplay, HRegion.BatchOperation<?> batchOp, long now, long nonceGroup, long nonce) 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.HRegion.doWALAppend
(WALEdit walEdit, HRegion.BatchOperation<?> batchOp, MiniBatchOperationInProgress<Mutation> miniBatchOp, long now, NonceKey nonceKey) Returns writeEntry associated with this append