Uses of Class
com.oracle.coherence.concurrent.atomic.RemoteAtomicMarkableReference
-
Packages that use RemoteAtomicMarkableReference Package Description com.oracle.coherence.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables. -
-
Uses of RemoteAtomicMarkableReference in com.oracle.coherence.concurrent.atomic
Methods in com.oracle.coherence.concurrent.atomic that return RemoteAtomicMarkableReference Modifier and Type Method Description static <V> RemoteAtomicMarkableReference<V>
Atomics. remoteAtomicMarkableReference(String sName)
ReturnRemoteAtomicMarkableReference
instance for the specified name.static <V> RemoteAtomicMarkableReference<V>
Atomics. remoteAtomicMarkableReference(String sName, V initialValue, boolean fInitialMark)
ReturnRemoteAtomicMarkableReference
instance for the specified name and initial value and mark.
-