| 程序包 | 说明 |
|---|---|
| com.fr.third.jgroups.blocks.executor | |
| com.fr.third.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExecutionService |
ExecutionCompletionService.executor |
| 构造器和说明 |
|---|
ExecutionCompletionService(ExecutionService executor)
Creates an ExecutorCompletionService using the supplied
executor for base task execution and a
LinkedBlockingQueue as a completion queue. |
ExecutionCompletionService(ExecutionService executor,
java.util.concurrent.BlockingQueue<NotifyingFuture<V>> completionQueue)
Creates an ExecutorCompletionService using the supplied
executor for base task execution and the supplied queue as its
completion queue.
|
ExecutionCompletionService(ExecutionService executor,
java.util.concurrent.BlockingQueue<NotifyingFuture<V>> completionQueue,
ExecutionCompletionService.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
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExecutionService |
ExecutionServiceDemo.execution_service |