Class BoundedCompletionService<V>

java.lang.Object
org.apache.hadoop.hbase.util.BoundedCompletionService<V>

@Private public class BoundedCompletionService<V> extends Object
A completion service, close to the one available in the JDK 1.7 However, this ones keeps the list of the future, and allows to cancel them all. This means as well that it can be used for a small set of tasks only.
Implementation is not Thread safe.