Uses of Class
com.oracle.coherence.concurrent.atomic.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
Modifier 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.