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