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 classLocalAtomicBooleanLocal implementation ofAtomicBooleaninterface, that simply wrapsjava.util.concurrent.atomic.AtomicBooleaninstance.classRemoteAtomicBooleanThe remote implementation ofAtomicBoolean, backed by a CoherenceNamedMapentry.
-