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 LocalAtomicIntegerAtomics. localAtomicInteger(String sName)ReturnLocalAtomicIntegerinstance for the specified name.static LocalAtomicIntegerAtomics. localAtomicInteger(String sName, int nInitialValue)ReturnLocalAtomicIntegerinstance for the specified name and initial value.
-