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
Method parameters in com.oracle.coherence.concurrent.executor with type arguments of type ClusteredTaskManager Modifier and Type Method Description ClusteredTaskManager.ChainedProcessorClusteredTaskManager.ChainedProcessor. andThen(com.tangosol.util.InvocableMap.EntryProcessor<String,ClusteredTaskManager,?> processor)Adds anotherInvocableMap.EntryProcessorto theClusteredTaskManager.ChainedProcessor.BooleanClusteredTaskManager.CancellationProcessor. process(com.tangosol.util.InvocableMap.Entry<String,ClusteredTaskManager> entry)VoidClusteredTaskManager.ChainedProcessor. process(com.tangosol.util.InvocableMap.Entry<String,ClusteredTaskManager> entry)BooleanClusteredTaskManager.NotifyExecutionStrategyProcessor. process(com.tangosol.util.InvocableMap.Entry<String,ClusteredTaskManager> entry)VoidClusteredTaskManager.OptimizeExecutionPlanProcessor. process(com.tangosol.util.InvocableMap.Entry<String,ClusteredTaskManager> entry)BooleanClusteredTaskManager.SetActionProcessor. process(com.tangosol.util.InvocableMap.Entry<String,ClusteredTaskManager> entry)VoidClusteredTaskManager.UpdateCollectedResultProcessor. process(com.tangosol.util.InvocableMap.Entry<String,ClusteredTaskManager> entry)BooleanClusteredTaskManager.UpdateContributedResultProcessor. process(com.tangosol.util.InvocableMap.Entry<String,ClusteredTaskManager> entry)VoidClusteredTaskManager.UpdateExecutionPlanProcessor. process(com.tangosol.util.InvocableMap.Entry<String,ClusteredTaskManager> entry)Constructors in com.oracle.coherence.concurrent.executor with parameters of type ClusteredTaskManager Constructor Description ClusteredTaskCoordinator(com.tangosol.net.CacheService service, ClusteredTaskManager manager, ExecutorService executorService)Constructs aClusteredTaskCoordinator.ClusteredTaskCoordinator(com.tangosol.net.CacheService service, ClusteredTaskManager manager, ExecutorService executorService, Task.Properties properties, Iterator<Task.Subscriber<? super T>> subscribers)Constructs aClusteredTaskCoordinator.
-