Uses of Interface
com.oracle.coherence.concurrent.atomic.AtomicInteger
-
Packages that use AtomicInteger Package Description com.oracle.coherence.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables. -
-
Uses of AtomicInteger in com.oracle.coherence.concurrent.atomic
Classes in com.oracle.coherence.concurrent.atomic that implement AtomicInteger Modifier and Type Class Description class
LocalAtomicInteger
Local implementation ofAtomicInteger
interface, that simply wrapsjava.util.concurrent.atomic.AtomicInteger
instance.class
RemoteAtomicInteger
The remote implementation ofAtomicInteger
, backed by a CoherenceNamedMap
entry.
-