Uses of Class
com.oracle.coherence.concurrent.atomic.RemoteAtomicLong
Packages that use RemoteAtomicLong
Package
Description
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 RemoteAtomicLongModifier and TypeMethodDescriptionstatic RemoteAtomicLongAtomics.remoteAtomicLong(String sName) ReturnRemoteAtomicLonginstance for the specified name.static RemoteAtomicLongAtomics.remoteAtomicLong(String sName, long lInitialValue) ReturnRemoteAtomicLonginstance for the specified name and initial value.