Uses of Class
com.oracle.coherence.concurrent.executor.ClusteredTaskManager.State
-
Packages that use ClusteredTaskManager.State Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.internal -
-
Uses of ClusteredTaskManager.State in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as ClusteredTaskManager.State Modifier and Type Field Description protected ClusteredTaskManager.StateClusteredTaskManager. m_stateThe current state of theClusteredTaskManager.Methods in com.oracle.coherence.concurrent.executor that return ClusteredTaskManager.State Modifier and Type Method Description ClusteredTaskManager.StateClusteredTaskManager. getState()Obtains the state of theTask.static ClusteredTaskManager.StateClusteredTaskManager.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusteredTaskManager.State[]ClusteredTaskManager.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.coherence.concurrent.executor with parameters of type ClusteredTaskManager.State Modifier and Type Method Description voidClusteredTaskManager. setState(ClusteredTaskManager.State state)Sets the state of theTask. -
Uses of ClusteredTaskManager.State in com.oracle.coherence.concurrent.executor.internal
Fields in com.oracle.coherence.concurrent.executor.internal declared as ClusteredTaskManager.State Modifier and Type Field Description protected ClusteredTaskManager.StateClusteredTaskInterceptor.SetTaskStateProcessor. m_desiredThe desiredClusteredTaskManager.State.protected ClusteredTaskManager.StateClusteredTaskInterceptor.SetTaskStateProcessor. m_previousThe previousClusteredTaskManager.State.Methods in com.oracle.coherence.concurrent.executor.internal that return ClusteredTaskManager.State Modifier and Type Method Description ClusteredTaskManager.StateClusteredTaskInterceptor.SetTaskStateProcessor. process(com.tangosol.util.InvocableMap.Entry entry)Constructors in com.oracle.coherence.concurrent.executor.internal with parameters of type ClusteredTaskManager.State Constructor Description SetTaskStateProcessor(ClusteredTaskManager.State desired)Constructs aClusteredTaskInterceptor.SetTaskStateProcessorthat ignores the current state.SetTaskStateProcessor(ClusteredTaskManager.State previous, ClusteredTaskManager.State desired)Constructs aClusteredTaskInterceptor.SetTaskStateProcessor.
-