Uses of Class
com.oracle.coherence.concurrent.atomic.LocalAtomicInteger
Package
Description
A small toolkit of classes that support lock-free thread-safe programming on single variables.
-
Uses of LocalAtomicInteger in com.oracle.coherence.concurrent.atomic
Modifier and TypeMethodDescriptionstatic 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.