Uses of Interface
com.oracle.coherence.concurrent.executor.Task.SubscribedOrchestration
-
Packages that use Task.SubscribedOrchestration Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of Task.SubscribedOrchestration in com.oracle.coherence.concurrent.executor
Subinterfaces of Task.SubscribedOrchestration in com.oracle.coherence.concurrent.executor Modifier and Type Interface Description static interfaceTask.Orchestration<T>Defines information concerning the orchestration of aTaskacross a set ofExecutors for a givenTaskExecutorService.Classes in com.oracle.coherence.concurrent.executor that implement Task.SubscribedOrchestration Modifier and Type Class Description classAbstractOrchestration<T,C extends TaskExecutorService>A base implementation of aTask.Orchestration.classClusteredOrchestration<T>A clustered implementation of aTask.Orchestration.protected static classNamedClusteredExecutorService.NamedOrchestration<T>ClusteredOrchestrationextension that orchestrates only to executors associated with the givenname.Methods in com.oracle.coherence.concurrent.executor that return Task.SubscribedOrchestration Modifier and Type Method Description Task.SubscribedOrchestration<T>AbstractOrchestration. subscribe(Task.Subscriber<? super T> subscriber)Task.SubscribedOrchestration<T>Task.SubscribedOrchestration. subscribe(Task.Subscriber<? super T> subscriber)Registers the specifiedTask.Subscriberas part of the orchestration of theTask.
-