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