Class SplitLogManager.TaskBatch

java.lang.Object
org.apache.hadoop.hbase.master.SplitLogManager.TaskBatch
Enclosing class:
SplitLogManager

@Private public static class SplitLogManager.TaskBatch extends Object
Keeps track of the batch of tasks submitted together by a caller in splitLogDistributed(). Clients threads use this object to wait for all their tasks to be done.

All access is synchronized.