Uses of Class
com.oracle.coherence.concurrent.executor.ClusteredTaskManager.ChainedProcessor
-
Packages that use ClusteredTaskManager.ChainedProcessor Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of ClusteredTaskManager.ChainedProcessor in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor that return ClusteredTaskManager.ChainedProcessor Modifier and Type Method Description ClusteredTaskManager.ChainedProcessorClusteredTaskManager.ChainedProcessor. andThen(com.tangosol.util.InvocableMap.EntryProcessor<String,ClusteredTaskManager,?> processor)Adds anotherInvocableMap.EntryProcessorto theClusteredTaskManager.ChainedProcessor.static ClusteredTaskManager.ChainedProcessorClusteredTaskManager.ChainedProcessor. empty()Obtains an initially emptyClusteredTaskManager.ChainedProcessor.
-