Uses of Interface
com.oracle.coherence.concurrent.atomic.AsyncAtomicMarkableReference
Packages that use 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
Classes in com.oracle.coherence.concurrent.atomic that implement AsyncAtomicMarkableReferenceModifier and TypeClassDescriptionclassLocal implementation ofAsyncAtomicMarkableReferenceinterface, that simply wrapsjava.util.concurrent.atomic.AtomicMarkableReferenceinstance and returns an already completed future from each method.classThe remote implementation ofAsyncAtomicMarkableReference, backed by a CoherenceNamedMapentry.Methods in com.oracle.coherence.concurrent.atomic that return AsyncAtomicMarkableReferenceModifier and TypeMethodDescriptionAtomicMarkableReference.async()Return non-blocking API for this atomic reference.