| Interface | Description |
|---|---|
| DistributedCallable<K,V,T> |
A task that returns a result and may throw an exception capable of being executed in another JVM.
|
| DistributedExecutorService |
An ExecutorService that provides methods to submit tasks for execution on a cluster of Infinispan
nodes.
|
| Class | Description |
|---|---|
| DefaultExecutorService |
Infinispan's implementation of an
ExecutorService and DistributedExecutorService. |
| DefaultExecutorService.DistributedRunnableFuture<V> |
DistributedRunnableFuture is essentially a Future wrap around DistributedExecuteCommand.
|
| DistributedExecutionCompletionService<V> |
A
CompletionService that uses a supplied DistributedExecutorService
to execute tasks. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.