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 classLocalAtomicReference<V>Local implementation ofAtomicReferenceinterface, that simply wrapsjava.util.concurrent.atomic.AtomicReferenceinstance.classRemoteAtomicReference<V>The remote implementation ofAtomicReference, backed by a CoherenceNamedMapentry.
-