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 RemoteAtomicLongAtomics. remoteAtomicLong(String sName)ReturnRemoteAtomicLonginstance for the specified name.static RemoteAtomicLongAtomics. remoteAtomicLong(String sName, long lInitialValue)ReturnRemoteAtomicLonginstance for the specified name and initial value.
-