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