Uses of Interface
com.oracle.coherence.concurrent.atomic.AtomicStampedReference
-
Packages that use AtomicStampedReference Package Description com.oracle.coherence.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables. -
-
Uses of AtomicStampedReference in com.oracle.coherence.concurrent.atomic
Classes in com.oracle.coherence.concurrent.atomic that implement AtomicStampedReference Modifier and Type Class Description class
LocalAtomicStampedReference<V>
Local implementation ofAtomicStampedReference
interface, that simply wrapsjava.util.concurrent.atomic.AtomicStampedReference
instance.class
RemoteAtomicStampedReference<V>
The remote implementation ofAtomicStampedReference
, backed by a CoherenceNamedMap
entry.
-