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