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 | Deprecated
since 9.1 Please use
ClusterExecutor or CacheStream instead. |
DistributedTask<T> |
DistributedTask describes all relevant attributes of a distributed task, most importantly its
execution policy, fail over policy and its timeout.
|
DistributedTaskBuilder<T> |
DistributedTaskBuilder is a factory interface for DistributedTask
|
DistributedTaskFailoverPolicy |
DistributedTaskFailoverPolicy allows pluggable fail over target selection for a failed remotely
executed distributed task.
|
FailoverContext |
As
DistributedTask might potentially fail on subset of executing nodes FailureContext
provides details of such task failure. |
Class | Description |
---|---|
DefaultExecutorService | Deprecated
since 9.1 Please use
EmbeddedCacheManager.executor() or CacheStream instead. |
DistributedExecutionCompletionService<V> |
A
CompletionService that uses a supplied DistributedExecutorService to execute
tasks. |
RunnableAdapter<T> |
Runnable adapter for distributed executor service
Any RunnableAdapter refactoring might break CDI
|
Enum | Description |
---|---|
DistributedTaskExecutionPolicy |
DistributedTaskExecutionPolicy allows task to specify its custom task execution policy across
Infinispan cluster.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.