Class HRegion.ReplayBatchOperation

java.lang.Object
org.apache.hadoop.hbase.regionserver.HRegion.BatchOperation<WALSplitUtil.MutationReplay>
org.apache.hadoop.hbase.regionserver.HRegion.ReplayBatchOperation
Enclosing class:
HRegion

Deprecated.
Since 3.0.0, will be removed in 4.0.0. Now we will not use this operation to apply edits at secondary replica side.
Batch of mutations for replay. Base class is shared with HRegion.MutationBatchOperation as most of the logic is same.