Uses of Class
com.oracle.coherence.concurrent.atomic.LocalAtomicLong
Package
Description
A small toolkit of classes that support lock-free thread-safe programming on single variables.
-
Uses of LocalAtomicLong in com.oracle.coherence.concurrent.atomic
Modifier and TypeMethodDescriptionstatic LocalAtomicLong
Atomics.localAtomicLong
(String sName) ReturnLocalAtomicLong
instance for the specified name.static LocalAtomicLong
Atomics.localAtomicLong
(String sName, long lInitialValue) ReturnLocalAtomicLong
instance for the specified name and initial value.