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 theTaskwhen it is orchestrated.Task.Orchestration.concurrently()<V extends Serializable>
Task.Orchestration<T> Defines theTask.Propertiesfor theTask.Task.Orchestration.filter(Remote.Predicate<? super com.oracle.coherence.concurrent.executor.TaskExecutorService.ExecutorInfo> predicate) Limit theExecutors 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.Orchestrationfor aTask.Sets theDurationto retain the task after it is completed.Task.Orchestration.sequentially()Task.Orchestration.with(Task.Option... options) Sets theTask.Options for orchestration.