Uses of Class
com.oracle.coherence.concurrent.atomic.LocalAtomicMarkableReference
Packages that use LocalAtomicMarkableReference
Package
Description
A small toolkit of classes that support lock-free thread-safe programming on single variables.
-
Uses of LocalAtomicMarkableReference in com.oracle.coherence.concurrent.atomic
Methods in com.oracle.coherence.concurrent.atomic that return LocalAtomicMarkableReferenceModifier and TypeMethodDescriptionstatic <V> LocalAtomicMarkableReference
<V> Atomics.localAtomicMarkableReference
(String sName) ReturnLocalAtomicMarkableReference
instance for the specified name.static <V> LocalAtomicMarkableReference
<V> Atomics.localAtomicMarkableReference
(String sName, V initialValue, boolean fInitialMark) ReturnLocalAtomicMarkableReference
instance for the specified name and initial value and mark.