Uses of Class
com.oracle.coherence.concurrent.executor.TaskExecutorService.ExecutorInfo.State
-
Packages that use TaskExecutorService.ExecutorInfo.State Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of TaskExecutorService.ExecutorInfo.State in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as TaskExecutorService.ExecutorInfo.State Modifier and Type Field Description protected TaskExecutorService.ExecutorInfo.StateClusteredExecutorInfo.SetStateProcessor. m_desiredThe desiredTaskExecutorService.ExecutorInfo.State.protected TaskExecutorService.ExecutorInfo.StateClusteredExecutorInfo.SetStateProcessor. m_previousThe previousTaskExecutorService.ExecutorInfo.State.protected TaskExecutorService.ExecutorInfo.StateClusteredExecutorInfo. m_stateTheTaskExecutorService.ExecutorInfo.Stateof theExecutor.protected TaskExecutorService.ExecutorInfo.StateClusteredRegistration.ExecutorMBeanImpl. m_stateThe state of the executor.Methods in com.oracle.coherence.concurrent.executor that return TaskExecutorService.ExecutorInfo.State Modifier and Type Method Description TaskExecutorService.ExecutorInfo.StateClusteredExecutorInfo. getState()Obtains the currentTaskExecutorService.ExecutorInfo.Stateof theExecutor.TaskExecutorService.ExecutorInfo.StateTaskExecutorService.ExecutorInfo. getState()Obtains the currentTaskExecutorService.ExecutorInfo.Stateof theExecutorService.TaskExecutorService.ExecutorInfo.StateClusteredExecutorInfo.SetStateProcessor. process(com.tangosol.util.InvocableMap.Entry<String,ClusteredExecutorInfo> entry)static TaskExecutorService.ExecutorInfo.StateTaskExecutorService.ExecutorInfo.State. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskExecutorService.ExecutorInfo.State[]TaskExecutorService.ExecutorInfo.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 TaskExecutorService.ExecutorInfo.State Modifier and Type Method Description voidClusteredExecutorInfo. setState(TaskExecutorService.ExecutorInfo.State state)Sets the currentTaskExecutorService.ExecutorInfo.Stateof theExecutor.Constructors in com.oracle.coherence.concurrent.executor with parameters of type TaskExecutorService.ExecutorInfo.State Constructor Description SetStateProcessor(TaskExecutorService.ExecutorInfo.State desired)Constructs aClusteredExecutorInfo.SetStateProcessorthat ignores the current state.SetStateProcessor(TaskExecutorService.ExecutorInfo.State previous, TaskExecutorService.ExecutorInfo.State desired)Constructs aClusteredExecutorInfo.SetStateProcessor.
-