Uses of Class
org.apache.hadoop.hbase.regionserver.HRegion.BatchOperation
Packages that use HRegion.BatchOperation
- 
Uses of HRegion.BatchOperation in org.apache.hadoop.hbase.regionserverSubclasses of HRegion.BatchOperation in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionprivate static classBatch of mutation operations.private static final classDeprecated.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 voidHRegion.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 WALKeyImplHRegion.createWALKeyForWALAppend(boolean isReplay, HRegion.BatchOperation<?> batchOp, long now, long nonceGroup, long nonce) private voidHRegion.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