Uses of Class
com.oracle.coherence.concurrent.atomic.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
Modifier 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.