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