Task.Orchestration<T> |
Task.Orchestration.as(String sIdentity) |
Sets the unique identity for the Task when it is orchestrated.
|
Task.Orchestration<T> |
Task.Orchestration.concurrently() |
Specify that the Task should be executed concurrently on its
assigned Executor s.
|
<V extends Serializable> Task.Orchestration<T> |
Task.Orchestration.define(String sName,
V value) |
|
Task.Orchestration<T> |
Task.Orchestration.filter(Remote.Predicate<? super com.oracle.coherence.concurrent.executor.TaskExecutorService.ExecutorInfo> predicate) |
|
Task.Orchestration<T> |
Task.Orchestration.limit(int cLimit) |
Limit the number of Executor s to use when executing the Task .
|
<T> Task.Orchestration<T> |
RemoteExecutor.orchestrate(Task<T> task) |
|
Task.Orchestration<T> |
Task.Orchestration.retain(Duration duration) |
Sets the Duration to retain the task after it is completed.
|
Task.Orchestration<T> |
Task.Orchestration.sequentially() |
Specify that the Task should be executed sequentially on its assigned
Executor s.
|
Task.Orchestration<T> |
Task.Orchestration.with(Task.Option... options) |
|