Uses of Interface
com.tangosol.net.AsyncNamedMap
Package
Description
A small toolkit of classes that support lock-free thread-safe programming on single variables.
Contains basic cluster interfaces and factories.
-
Uses of AsyncNamedMap in com.oracle.coherence.concurrent.atomic
ModifierConstructorDescriptionprotected
AsyncRemoteAtomicBoolean
(AsyncNamedMap<String, AtomicBoolean> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicBoolean
.protected
AsyncRemoteAtomicInteger
(AsyncNamedMap<String, AtomicInteger> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicInteger
.protected
AsyncRemoteAtomicLong
(AsyncNamedMap<String, AtomicLong> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicLong
.protected
AsyncRemoteAtomicMarkableReference
(AsyncNamedMap<String, AtomicMarkableReference<V>> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicMarkableReference
.protected
AsyncRemoteAtomicReference
(AsyncNamedMap<String, AtomicReference<V>> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicReference
.protected
AsyncRemoteAtomicStampedReference
(AsyncNamedMap<String, AtomicStampedReference<V>> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicStampedReference
. -
Uses of AsyncNamedMap in com.tangosol.net
Modifier and TypeMethodDescriptiondefault AsyncNamedMap
<K, V> NamedMap.async
(AsyncNamedMap.Option... options) Return an asynchronous wrapper for this NamedMap.