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