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