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 classLocalAtomicLongLocal implementation ofAtomicLonginterface, that simply wrapsjava.util.concurrent.atomic.AtomicLonginstance.classRemoteAtomicLongThe remote implementation ofAtomicLong, backed by a CoherenceNamedMapentry.
-