Uses of Interface
com.oracle.coherence.concurrent.atomic.AtomicBoolean
-
Packages that use AtomicBoolean Package Description com.oracle.coherence.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables. -
-
Uses of AtomicBoolean in com.oracle.coherence.concurrent.atomic
Classes in com.oracle.coherence.concurrent.atomic that implement AtomicBoolean Modifier and Type Class Description class
LocalAtomicBoolean
Local implementation ofAtomicBoolean
interface, that simply wrapsjava.util.concurrent.atomic.AtomicBoolean
instance.class
RemoteAtomicBoolean
The remote implementation ofAtomicBoolean
, backed by a CoherenceNamedMap
entry.
-