| Package | Description |
|---|---|
| org.infinispan.distexec |
Distribute Executor APIs
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExecutorService
Deprecated.
since JDG 7.2 Please use
EmbeddedCacheManager.executor() or CacheStream instead. |
| 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<CompletableFuture<V>> completionQueue)
Creates an ExecutorCompletionService using the supplied executor for base task execution and
the supplied queue as its completion queue.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.