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