Uses of Class
com.oracle.coherence.concurrent.atomic.RemoteAtomicInteger
Packages that use RemoteAtomicInteger
Package
Description
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 RemoteAtomicIntegerModifier and TypeMethodDescriptionstatic RemoteAtomicIntegerAtomics.remoteAtomicInteger(String sName) ReturnRemoteAtomicIntegerinstance for the specified name.static RemoteAtomicIntegerAtomics.remoteAtomicInteger(String sName, int nInitialValue) ReturnRemoteAtomicIntegerinstance for the specified name and initial value.