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