Package | Description |
---|---|
org.infinispan.distexec |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExecutorService
Infinispan's implementation of an
ExecutorService and DistributedExecutorService . |
Modifier and Type | Field and Description |
---|---|
protected DistributedExecutorService |
DistributedExecutionCompletionService.executor |
Constructor and Description |
---|
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
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.