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