Uses of Interface
com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
-
Packages that use AsyncAtomicLong Package Description com.oracle.coherence.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables. -
-
Uses of AsyncAtomicLong in com.oracle.coherence.concurrent.atomic
Classes in com.oracle.coherence.concurrent.atomic that implement AsyncAtomicLong Modifier and Type Class Description classAsyncLocalAtomicLongLocal implementation ofAsyncAtomicLonginterface, that simply wrapsjava.util.concurrent.atomic.AtomicLonginstance and returns an already completed future from each method.classAsyncRemoteAtomicLongThe remote implementation ofAsyncAtomicLong, backed by a CoherenceNamedMapentry.Methods in com.oracle.coherence.concurrent.atomic that return AsyncAtomicLong Modifier and Type Method Description AsyncAtomicLongAtomicLong. async()Return non-blocking API for this atomic value.
-