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 classLocalAtomicStampedReference<V>Local implementation ofAtomicStampedReferenceinterface, that simply wrapsjava.util.concurrent.atomic.AtomicStampedReferenceinstance.classRemoteAtomicStampedReference<V>The remote implementation ofAtomicStampedReference, backed by a CoherenceNamedMapentry.
-