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 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.