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 classLocalAtomicIntegerLocal implementation ofAtomicIntegerinterface, that simply wrapsjava.util.concurrent.atomic.AtomicIntegerinstance.classRemoteAtomicIntegerThe remote implementation ofAtomicInteger, backed by a CoherenceNamedMapentry.
-