The methods of Java.Util.Concurrent.ExecutorCompletionService are listed below. For a list of all members, see the ExecutorCompletionService Members list.
See Also: Inherited members from Java.Lang.Object
Poll()Retrieves and removes the Future representing the next completed task, or null if none are present. | ||
Poll(long, TimeUnit)Retrieves and removes the Future representing the next completed task, waiting if necessary up to the specified wait time if none are yet present. | ||
PollAsync()Documentation for this section has not yet been entered. | ||
PollAsync(long, TimeUnit)Documentation for this section has not yet been entered. | ||
Submit(ICallable)Documentation for this section has not yet been entered. | ||
Submit(Java.Lang.IRunnable, Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Take()Retrieves and removes the Future representing the next completed task, waiting if none are yet present. | ||
TakeAsync()Documentation for this section has not yet been entered. |