|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistributedExecutionCompletionService.QueueingListener | |
---|---|
org.infinispan.distexec |
Uses of DistributedExecutionCompletionService.QueueingListener in org.infinispan.distexec |
---|
Fields in org.infinispan.distexec declared as DistributedExecutionCompletionService.QueueingListener | |
---|---|
protected DistributedExecutionCompletionService.QueueingListener |
DistributedExecutionCompletionService.listener
|
Constructors in org.infinispan.distexec with parameters of type DistributedExecutionCompletionService.QueueingListener | |
---|---|
DistributedExecutionCompletionService(DistributedExecutorService executor,
BlockingQueue<NotifyingFuture<V>> completionQueue,
DistributedExecutionCompletionService.QueueingListener listener)
This constructor is here if someone wants to override this class and provide their own QueueingListener to possibly listen in on futures being finished |
|
--> |