Uses of Interface
com.oracle.coherence.concurrent.executor.TaskExecutorService
-
Packages that use TaskExecutorService Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of TaskExecutorService in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor with type parameters of type TaskExecutorService Modifier and Type Class Description classAbstractOrchestration<T,C extends TaskExecutorService>A base implementation of aTask.Orchestration.Classes in com.oracle.coherence.concurrent.executor that implement TaskExecutorService Modifier and Type Class Description classClusteredExecutorServiceAn Oracle Coherence basedTaskExecutorService.classNamedClusteredExecutorServiceAClusteredExecutorServicethat dispatches to executors associated with a logical name.Fields in com.oracle.coherence.concurrent.executor declared as TaskExecutorService Modifier and Type Field Description protected CAbstractOrchestration. m_taskExecutorServiceTheTaskExecutorServicethat created theTask.Orchestration.
-