Uses of Interface
com.oracle.coherence.concurrent.atomic.AsyncAtomicLong
Packages that use AsyncAtomicLong
Package
Description
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 AsyncAtomicLongModifier and TypeClassDescriptionclass
Local implementation ofAsyncAtomicLong
interface, that simply wrapsjava.util.concurrent.atomic.AtomicLong
instance and returns an already completed future from each method.class
The remote implementation ofAsyncAtomicLong
, backed by a CoherenceNamedMap
entry.Methods in com.oracle.coherence.concurrent.atomic that return AsyncAtomicLongModifier and TypeMethodDescriptionAtomicLong.async()
Return non-blocking API for this atomic value.