Uses of Interface
com.oracle.coherence.concurrent.atomic.AtomicStampedReference
Packages that use AtomicStampedReference
Package
Description
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 AtomicStampedReferenceModifier and TypeClassDescriptionclass
Local implementation ofAtomicStampedReference
interface, that simply wrapsjava.util.concurrent.atomic.AtomicStampedReference
instance.class
The remote implementation ofAtomicStampedReference
, backed by a CoherenceNamedMap
entry.