Uses of Class
com.oracle.coherence.concurrent.atomic.LocalAtomicStampedReference
Packages that use 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
Methods in com.oracle.coherence.concurrent.atomic that return LocalAtomicStampedReferenceModifier and TypeMethodDescriptionstatic <V> LocalAtomicStampedReference<V> Atomics.localAtomicStampedReference(String sName) ReturnLocalAtomicStampedReferenceinstance for the specified name.static <V> LocalAtomicStampedReference<V> Atomics.localAtomicStampedReference(String sName, V initialValue, int nInitialStamp) ReturnLocalAtomicStampedReferenceinstance for the specified name and initial value and stamp.