Uses of Class
com.oracle.coherence.concurrent.executor.AbstractOrchestration
-
Packages that use AbstractOrchestration Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of AbstractOrchestration in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor with type parameters of type AbstractOrchestration Modifier and Type Class Description classAbstractCollectable<T,R,O extends AbstractOrchestration<T,?>>A base implementation of aTask.CollectableandTask.Completable.Subclasses of AbstractOrchestration in com.oracle.coherence.concurrent.executor Modifier and Type Class Description classClusteredOrchestration<T>A clustered implementation of aTask.Orchestration.protected static classNamedClusteredExecutorService.NamedOrchestration<T>ClusteredOrchestrationextension that orchestrates only to executors associated with the givenname.Fields in com.oracle.coherence.concurrent.executor declared as AbstractOrchestration Modifier and Type Field Description protected OAbstractCollectable. m_orchestrationTheTask.Orchestrationon which theTask.Collectableis based.
-