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