Uses of Interface
com.oracle.coherence.concurrent.atomic.AsyncAtomicBoolean
-
Packages that use AsyncAtomicBoolean Package Description com.oracle.coherence.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables. -
-
Uses of AsyncAtomicBoolean in com.oracle.coherence.concurrent.atomic
Classes in com.oracle.coherence.concurrent.atomic that implement AsyncAtomicBoolean Modifier and Type Class Description class
AsyncLocalAtomicBoolean
Local implementation ofAsyncAtomicBoolean
interface, that simply wrapsjava.util.concurrent.atomic.AtomicBoolean
instance and returns an already completed future from each method.class
AsyncRemoteAtomicBoolean
The remote implementation ofAsyncAtomicBoolean
, backed by a CoherenceNamedMap
entry.Methods in com.oracle.coherence.concurrent.atomic that return AsyncAtomicBoolean Modifier and Type Method Description AsyncAtomicBoolean
AtomicBoolean. async()
Return non-blocking API for this atomic value.
-