Package | Description |
---|---|
org.jgroups.blocks.executor | |
org.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
Modifier and Type | Field and Description |
---|---|
protected ExecutionService |
ExecutionCompletionService.executor |
Constructor and Description |
---|
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
|
Modifier and Type | Field and Description |
---|---|
protected ExecutionService |
ExecutionServiceDemo.execution_service |
Copyright © 1998-2020 Red Hat. All Rights Reserved.