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