Uses of Class
com.oracle.coherence.concurrent.atomic.LocalAtomicBoolean
Packages that use LocalAtomicBoolean
Package
Description
A small toolkit of classes that support lock-free thread-safe programming on single variables.
-
Uses of LocalAtomicBoolean in com.oracle.coherence.concurrent.atomic
Methods in com.oracle.coherence.concurrent.atomic that return LocalAtomicBooleanModifier and TypeMethodDescriptionstatic LocalAtomicBoolean
Atomics.localAtomicBoolean
(String sName) ReturnLocalAtomicBoolean
instance for the specified name.static LocalAtomicBoolean
Atomics.localAtomicBoolean
(String sName, boolean fInitialValue) ReturnLocalAtomicBoolean
instance for the specified name and initial value.