Uses of Interface
com.tangosol.net.AsyncNamedMap
Packages that use AsyncNamedMap
Package
Description
A small toolkit of classes that support lock-free thread-safe programming on single variables.
Contains basic cluster interfaces and factories.
Contains various generic utilities.
- 
Uses of AsyncNamedMap in com.oracle.coherence.concurrent.atomic
Constructors in com.oracle.coherence.concurrent.atomic with parameters of type AsyncNamedMapModifierConstructorDescriptionprotectedAsyncRemoteAtomicBoolean(AsyncNamedMap<String, AtomicBoolean> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicBoolean.protectedAsyncRemoteAtomicInteger(AsyncNamedMap<String, AtomicInteger> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicInteger.protectedAsyncRemoteAtomicLong(AsyncNamedMap<String, AtomicLong> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicLong.protectedAsyncRemoteAtomicMarkableReference(AsyncNamedMap<String, AtomicMarkableReference<V>> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicMarkableReference.protectedAsyncRemoteAtomicReference(AsyncNamedMap<String, AtomicReference<V>> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicReference.protectedAsyncRemoteAtomicStampedReference(AsyncNamedMap<String, AtomicStampedReference<V>> mapAtomic, String sName) Constructs a newAsyncRemoteAtomicStampedReference. - 
Uses of AsyncNamedMap in com.tangosol.net
Subinterfaces of AsyncNamedMap in com.tangosol.netMethods in com.tangosol.net that return AsyncNamedMapModifier and TypeMethodDescriptiondefault AsyncNamedMap<K, V> NamedMap.async(AsyncNamedMap.Option... options) Return an asynchronous wrapper for this NamedMap. - 
Uses of AsyncNamedMap in com.tangosol.util
Classes in com.tangosol.util that implement AsyncNamedMapModifier and TypeClassDescriptionstatic classConverterCollections.ConverterAsyncNamedCache<FK,TK, FV, TV> Fields in com.tangosol.util declared as AsyncNamedMapModifier and TypeFieldDescriptionprotected final AsyncNamedMap<FK, FV> ConverterCollections.ConverterAsyncNamedCache.m_asyncNamedCacheThe underlying AsyncNamedMap.