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