Uses of Interface
com.oracle.coherence.concurrent.atomic.AsyncAtomicInteger
-
Packages that use AsyncAtomicInteger Package Description com.oracle.coherence.concurrent.atomic 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 AsyncAtomicInteger Modifier and Type Class Description class
AsyncLocalAtomicInteger
Local implementation ofAsyncAtomicInteger
interface, that simply wrapsjava.util.concurrent.atomic.AtomicInteger
instance and returns an already completed future from each method.class
AsyncRemoteAtomicInteger
The remote implementation ofAsyncAtomicInteger
, backed by a CoherenceNamedMap
entry.Methods in com.oracle.coherence.concurrent.atomic that return AsyncAtomicInteger Modifier and Type Method Description AsyncAtomicInteger
AtomicInteger. async()
Return non-blocking API for this atomic value.
-