Uses of Class
com.oracle.coherence.concurrent.executor.ExecutionPlan.Action
-
Packages that use ExecutionPlan.Action Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of ExecutionPlan.Action in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as ExecutionPlan.Action Modifier and Type Field Description protected ExecutionPlan.ActionClusteredAssignment.AssignmentProcessor. m_actionThe assignmentExecutionPlan.Action.protected ExecutionPlan.ActionClusteredTaskManager.SetActionProcessor. m_desiredThe desiredTaskExecutorService.ExecutorInfo.State.Fields in com.oracle.coherence.concurrent.executor with type parameters of type ExecutionPlan.Action Modifier and Type Field Description protected LinkedHashMap<String,ExecutionPlan.Action>MutableExecutionPlan. m_mapActionsTheExecutionPlan.Actions byExecutoridentity.protected EnumSet<ExecutionPlan.Action>ClusteredTaskManager.SetActionProcessor. m_previousThe previous allowedTaskExecutorService.ExecutorInfo.States, ornullif not applicable.Methods in com.oracle.coherence.concurrent.executor that return ExecutionPlan.Action Modifier and Type Method Description ExecutionPlan.ActionExecutionPlan. getAction(String sId)Obtains the proposedExecutionPlan.Actionfor the specifiedExecutor.ExecutionPlan.ActionMutableExecutionPlan. getAction(String sId)static ExecutionPlan.ActionExecutionPlan.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionPlan.Action[]ExecutionPlan.Action. 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 ExecutionPlan.Action Modifier and Type Method Description booleanExecutionPlan. setAction(String sId, ExecutionPlan.Action action)Sets the proposedExecutionPlan.Actionfor the specifiedExecutor.booleanMutableExecutionPlan. setAction(String sId, ExecutionPlan.Action action)Method parameters in com.oracle.coherence.concurrent.executor with type arguments of type ExecutionPlan.Action Modifier and Type Method Description intExecutionPlan. count(Predicate<? super ExecutionPlan.Action> predicate)Determines the number of aExecutors whoseExecutionPlan.Actions satisfy the specifiedPredicatein theExecutionPlan.intMutableExecutionPlan. count(Predicate<? super ExecutionPlan.Action> predicate)Constructors in com.oracle.coherence.concurrent.executor with parameters of type ExecutionPlan.Action Constructor Description AssignmentProcessor(ClusteredAssignment assignment, ExecutionPlan.Action action)Construct anClusteredAssignment.AssignmentProcessoron a givenClusteredAssignmentand assignmentExecutionPlan.Action.SetActionProcessor(String sExecutorId, ExecutionPlan.Action desired)Constructs aClusteredExecutorInfo.SetStateProcessorthat ignores the current state.SetActionProcessor(String sExecutorId, ExecutionPlan.Action previous, ExecutionPlan.Action desired)Constructs aClusteredExecutorInfo.SetStateProcessor.SetActionProcessor(String sExecutorId, EnumSet<ExecutionPlan.Action> previous, ExecutionPlan.Action desired)Constructs aClusteredExecutorInfo.SetStateProcessor.Constructor parameters in com.oracle.coherence.concurrent.executor with type arguments of type ExecutionPlan.Action Constructor Description SetActionProcessor(String sExecutorId, EnumSet<ExecutionPlan.Action> previous, ExecutionPlan.Action desired)Constructs aClusteredExecutorInfo.SetStateProcessor.
-