Uses of Interface
com.oracle.coherence.concurrent.atomic.AsyncAtomicReference
Package
Description
A small toolkit of classes that support lock-free thread-safe programming on single variables.
-
Uses of AsyncAtomicReference in com.oracle.coherence.concurrent.atomic
Modifier and TypeClassDescriptionclass
Local implementation ofAsyncAtomicReference
interface, that simply wrapsjava.util.concurrent.atomic.AtomicReference
instance and returns an already completed future from each method.class
The remote implementation ofAsyncAtomicReference
, backed by a CoherenceNamedMap
entry.Modifier and TypeMethodDescriptionAtomicReference.async()
Return non-blocking API for this atomic reference.