Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Orchestration
Packages that use Task.Orchestration
Package
Description
Classes to allow submission of tasks to the grid for execution.
-
Uses of Task.Orchestration in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor that return Task.OrchestrationModifier and TypeMethodDescriptionSets the unique identity for theTask
when it is orchestrated.Task.Orchestration.concurrently()
<V extends Serializable>
Task.Orchestration<T> Defines theTask.Properties
for theTask
.Task.Orchestration.filter
(Remote.Predicate<? super com.oracle.coherence.concurrent.executor.TaskExecutorService.ExecutorInfo> predicate) Limit theExecutor
s to only those that satisfy the specifiedRemote.Predicate
.Task.Orchestration.limit
(int cLimit) <T> Task.Orchestration
<T> RemoteExecutor.orchestrate
(Task<T> task) Creates a pendingTask.Orchestration
for aTask
.Sets theDuration
to retain the task after it is completed.Task.Orchestration.sequentially()
Task.Orchestration.with
(Task.Option... options) Sets theTask.Option
s for orchestration.