Uses of Class
com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
-
Packages that use LocalAtomicInteger Package Description com.oracle.coherence.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables. -
-
Uses of LocalAtomicInteger in com.oracle.coherence.concurrent.atomic
Methods in com.oracle.coherence.concurrent.atomic that return LocalAtomicInteger Modifier and Type Method Description static LocalAtomicInteger
Atomics. localAtomicInteger(String sName)
ReturnLocalAtomicInteger
instance for the specified name.static LocalAtomicInteger
Atomics. localAtomicInteger(String sName, int nInitialValue)
ReturnLocalAtomicInteger
instance for the specified name and initial value.
-