Uses of Class
com.oracle.coherence.concurrent.executor.atomic.AtomicEnum
-
Packages that use AtomicEnum Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.atomic -
-
Uses of AtomicEnum in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as AtomicEnum Modifier and Type Field Description protected AtomicEnum<ClusteredExecutorService.State>ClusteredExecutorService. f_stateThe current state of theTaskExecutorService.protected AtomicEnum<com.oracle.coherence.concurrent.executor.ContinuationService.State>ContinuationService. f_stateThe currentContinuationService.Stateof theContinuationService. -
Uses of AtomicEnum in com.oracle.coherence.concurrent.executor.atomic
Methods in com.oracle.coherence.concurrent.executor.atomic that return AtomicEnum Modifier and Type Method Description static <T extends Enum<T>>
AtomicEnum<T>AtomicEnum. of(T value)Constructs anAtomicEnumgiven aEnumvalue.
-