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