Uses of Class
com.oracle.coherence.concurrent.executor.ClusteredExecutorService.State
-
Packages that use ClusteredExecutorService.State Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of ClusteredExecutorService.State in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor with type parameters of type ClusteredExecutorService.State Modifier and Type Field Description protected AtomicEnum<ClusteredExecutorService.State>ClusteredExecutorService. f_stateThe current state of theTaskExecutorService.Methods in com.oracle.coherence.concurrent.executor that return ClusteredExecutorService.State Modifier and Type Method Description static ClusteredExecutorService.StateClusteredExecutorService.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusteredExecutorService.State[]ClusteredExecutorService.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 ClusteredExecutorService.State Modifier and Type Method Description protected booleanClusteredExecutorService. setState(ClusteredExecutorService.State from, ClusteredExecutorService.State to)State transition helper.
-