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