Class MiniBatchOperationInProgress<T>

java.lang.Object
org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress<T>
Record Components:
T - Pair<Mutation, Integer> pair of Mutations and associated rowlock ids .

@LimitedPrivate("Coprocesssor") public class MiniBatchOperationInProgress<T> extends Object
Wraps together the mutations which are applied as a batch to the region and their operation status and WALEdits.
See Also: