Uses of Class
com.oracle.coherence.concurrent.executor.ClusteredExecutorService
-
Packages that use ClusteredExecutorService Package Description com.oracle.coherence.concurrent.config com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of ClusteredExecutorService in com.oracle.coherence.concurrent.config
Methods in com.oracle.coherence.concurrent.config with parameters of type ClusteredExecutorService Modifier and Type Method Description voidConcurrentConfiguration. setExecutorService(ClusteredExecutorService executorService)Sets the localClusteredExecutorServicewith whichNamedExecutorServicewill be registered with. -
Uses of ClusteredExecutorService in com.oracle.coherence.concurrent.executor
Subclasses of ClusteredExecutorService in com.oracle.coherence.concurrent.executor Modifier and Type Class Description classNamedClusteredExecutorServiceAClusteredExecutorServicethat dispatches to executors associated with a logical name.Fields in com.oracle.coherence.concurrent.executor declared as ClusteredExecutorService Modifier and Type Field Description protected ClusteredExecutorServiceClusteredRegistration. f_clusteredExecutorServiceTheTaskExecutorServicethat created theTaskExecutorService.Registration.Constructors in com.oracle.coherence.concurrent.executor with parameters of type ClusteredExecutorService Constructor Description ClusteredOrchestration(ClusteredExecutorService clusteredExecutorService, Task<T> task)Constructs a newClusteredOrchestration.ClusteredRegistration(ClusteredExecutorService clusteredExecutorService, String sExecutorId, ExecutorService executor, OptionsByType<TaskExecutorService.Registration.Option> optionsByType)Constructs aClusteredRegistration.NamedOrchestration(ClusteredExecutorService clusteredExecutorService, Name name, Task<T> task)
-