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