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