Uses of Class
com.oracle.coherence.concurrent.atomic.RemoteAtomicStampedReference
-
Packages that use RemoteAtomicStampedReference Package Description com.oracle.coherence.concurrent.atomic 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 RemoteAtomicStampedReference Modifier and Type Method Description static <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.
-