Uses of Interface
com.oracle.coherence.concurrent.atomic.AsyncAtomicStampedReference
Packages that use AsyncAtomicStampedReference
Package
Description
A small toolkit of classes that support lock-free thread-safe programming on single variables.
- 
Uses of AsyncAtomicStampedReference in com.oracle.coherence.concurrent.atomic
Classes in com.oracle.coherence.concurrent.atomic that implement AsyncAtomicStampedReferenceModifier and TypeClassDescriptionclassLocal implementation ofAsyncAtomicStampedReferenceinterface, that simply wrapsjava.util.concurrent.atomic.AtomicStampedReferenceinstance and returns an already completed future from each method.classThe remote implementation ofAsyncAtomicStampedReference, backed by a CoherenceNamedMapentry.Methods in com.oracle.coherence.concurrent.atomic that return AsyncAtomicStampedReferenceModifier and TypeMethodDescriptionAtomicStampedReference.async()Return non-blocking API for this atomic reference.