Generated by
JDiff

Class org.infinispan.distexec.DistributedExecutionCompletionService

Removed Constructors
DistributedExecutionCompletionService(DistributedExecutorService, BlockingQueue<<any>>) Creates an ExecutorCompletionService using the supplied executor for base task execution and the supplied queue as its completion queue.
 

Added Constructors
DistributedExecutionCompletionService(DistributedExecutorService, BlockingQueue<NotifyingFuture<V>>) Creates an ExecutorCompletionService using the supplied executor for base task execution and the supplied queue as its completion queue.
 

Changed Methods
NotifyingFuture<V> take() Change in return type from <any> to NotifyingFuture<V>.
{@inheritDoc CompletionService}
NotifyingFuture<V> poll(long, TimeUnit) Change in return type from <any> to NotifyingFuture<V>.
{@inheritDoc CompletionService}
NotifyingFuture<V> poll() Change in return type from <any> to NotifyingFuture<V>.
{@inheritDoc CompletionService}
 

Changed Fields
BlockingQueue<NotifyingFuture<V>> completionQueue Change in type from BlockingQueue<<any>> to BlockingQueue<NotifyingFuture<V>>.