Uses of Class
com.oracle.coherence.concurrent.atomic.LocalAtomicStampedReference
Package
Description
A small toolkit of classes that support lock-free thread-safe programming on single variables.
-
Uses of LocalAtomicStampedReference in com.oracle.coherence.concurrent.atomic
Modifier and TypeMethodDescriptionstatic <V> LocalAtomicStampedReference
<V> Atomics.localAtomicStampedReference
(String sName) ReturnLocalAtomicStampedReference
instance for the specified name.static <V> LocalAtomicStampedReference
<V> Atomics.localAtomicStampedReference
(String sName, V initialValue, int nInitialStamp) ReturnLocalAtomicStampedReference
instance for the specified name and initial value and stamp.