Uses of Class
com.oracle.coherence.concurrent.executor.ClusteredAssignment.State
-
Packages that use ClusteredAssignment.State Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of ClusteredAssignment.State in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as ClusteredAssignment.State Modifier and Type Field Description protected ClusteredAssignment.StateClusteredAssignment.SetStateProcessor. m_desiredThe desiredClusteredAssignment.State.protected ClusteredAssignment.StateClusteredAssignment.SetStateProcessor. m_previousThe previousClusteredAssignment.State.protected ClusteredAssignment.StateClusteredAssignment. m_stateTheClusteredAssignment.Stateof the assignment.Methods in com.oracle.coherence.concurrent.executor that return ClusteredAssignment.State Modifier and Type Method Description ClusteredAssignment.StateClusteredAssignment. getState()Obtains theClusteredAssignment.Stateof the assignment.ClusteredAssignment.StateClusteredAssignment.SetStateProcessor. process(com.tangosol.util.InvocableMap.Entry<String,ClusteredAssignment> entry)static ClusteredAssignment.StateClusteredAssignment.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusteredAssignment.State[]ClusteredAssignment.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 ClusteredAssignment.State Modifier and Type Method Description voidClusteredAssignment. setState(ClusteredAssignment.State state)Sets theClusteredAssignment.Stateof the assignment.Constructors in com.oracle.coherence.concurrent.executor with parameters of type ClusteredAssignment.State Constructor Description SetStateProcessor(ClusteredAssignment.State desired)Constructs aClusteredAssignment.SetStateProcessorthat ignores the current state.SetStateProcessor(ClusteredAssignment.State previous, ClusteredAssignment.State desired)Constructs aClusteredAssignment.SetStateProcessor.
-