Class CountingCompletionService<V>

java.lang.Object
java.util.concurrent.ExecutorCompletionService<V>
org.aksw.commons.util.concurrent.CountingCompletionService<V>
Type Parameters:
V -
All Implemented Interfaces:
CompletionService<V>

public class CountingCompletionService<V> extends ExecutorCompletionService<V>
Source: http://stackoverflow.com/questions/9987019/how-to-know-when-a-completionservice-is-finished-delivering-results http://www.javaspecialists.eu/archive/Issue214.html
Author:
raven