|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistributedExecutorService | |
---|---|
org.infinispan.distexec |
Uses of DistributedExecutorService in org.infinispan.distexec |
---|
Classes in org.infinispan.distexec that implement DistributedExecutorService | |
---|---|
class |
DefaultExecutorService
Infinispan's implementation of an ExecutorService and DistributedExecutorService . |
Fields in org.infinispan.distexec declared as DistributedExecutorService | |
---|---|
protected DistributedExecutorService |
DistributedExecutionCompletionService.executor
|
Constructors in org.infinispan.distexec with parameters of type DistributedExecutorService | |
---|---|
DistributedExecutionCompletionService(DistributedExecutorService executor)
Creates an ExecutorCompletionService using the supplied executor for base task execution and a LinkedBlockingQueue as a completion queue. |
|
DistributedExecutionCompletionService(DistributedExecutorService executor,
BlockingQueue<NotifyingFuture<V>> completionQueue)
Creates an ExecutorCompletionService using the supplied executor for base task execution and the supplied queue as its completion queue. |
|
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 |
|
--> |