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