Class HRegion.BatchOperation<T>

java.lang.Object
org.apache.hadoop.hbase.regionserver.HRegion.BatchOperation<T>
Direct Known Subclasses:
HRegion.MutationBatchOperation, HRegion.ReplayBatchOperation
Enclosing class:
HRegion

private abstract static class HRegion.BatchOperation<T> extends Object
Class that tracks the progress of a batch operations, accumulating status codes and tracking the index at which processing is proceeding. These batch operations may get split into mini-batches for processing.