Uses of Class
com.oracle.coherence.concurrent.executor.ClusteredTaskManager
-
Packages that use ClusteredTaskManager Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of ClusteredTaskManager in com.oracle.coherence.concurrent.executor
Constructors in com.oracle.coherence.concurrent.executor with parameters of type ClusteredTaskManager Constructor Description ClusteredTaskCoordinator(CacheService service, ClusteredTaskManager manager, ExecutorService executorService)Constructs aClusteredTaskCoordinator.ClusteredTaskCoordinator(CacheService service, ClusteredTaskManager manager, ExecutorService executorService, Task.Properties properties, Iterator<Task.Subscriber<? super T>> subscribers)Constructs aClusteredTaskCoordinator.
-