Uses of Interface
com.tangosol.net.NamedMap
Package
Description
Coherence Concurrent utilities based on java.util.concurrent.
A small toolkit of classes that support lock-free thread-safe programming on single variables.
Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
Coherence support for Eclipse MicroProfile Config.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of NamedMap in com.oracle.coherence.concurrent
Modifier and TypeMethodDescriptionLatches.latchesMap()
Return CoherenceNamedMap
containing the countdown latches state.Semaphores.semaphoresMap()
Return CoherenceNamedMap
for the remote semaphores.ModifierConstructorDescriptionRemoteCountDownLatch
(String sName, int count, NamedMap<String, com.oracle.coherence.concurrent.internal.LatchCounter> latches) Constructs aRemoteCountDownLatch
initialized with the given count.RemoteSemaphore
(String sName, int permits, NamedMap<String, com.oracle.coherence.concurrent.internal.SemaphoreStatus> semaphores) Create an instance ofRemoteSemaphore
-
Uses of NamedMap in com.oracle.coherence.concurrent.atomic
ModifierConstructorDescriptionprotected
RemoteAtomicBoolean
(NamedMap<String, AtomicBoolean> mapAtomic, String sName) ConstructRemoteAtomicBoolean
instance.protected
RemoteAtomicInteger
(NamedMap<String, AtomicInteger> mapAtomic, String sName) ConstructRemoteAtomicInteger
instance.protected
RemoteAtomicMarkableReference
(NamedMap<String, AtomicMarkableReference<V>> mapAtomic, String sName) ConstructRemoteAtomicMarkableReference
instance.protected
RemoteAtomicReference
(NamedMap<String, AtomicReference<V>> mapAtomic, String sName) ConstructRemoteAtomicReference
instance.protected
RemoteAtomicStampedReference
(NamedMap<String, AtomicStampedReference<V>> mapAtomic, String sName) ConstructRemoteAtomicStampedReference
instance. -
Uses of NamedMap in com.oracle.coherence.concurrent.locks
Modifier and TypeMethodDescriptionLocks.exclusiveLocksMap()
Return CoherenceNamedMap
containing the exclusive locks state.Locks.readWriteLocksMap()
Return CoherenceNamedMap
containing the read/write locks state. -
Uses of NamedMap in com.oracle.coherence.mp.config
-
Uses of NamedMap in com.tangosol.net
Modifier and TypeInterfaceDescriptioninterface
NamedCache<K,
V> A Map-based data-structure that manages entries across one or more processes.Modifier and TypeMethodDescriptionMapViewBuilder.build()
Construct aview
of theNamedMap
provided to this builder.<K,
V> NamedMap <K, V> CoherenceSession.getMap
(String sName, NamedMap.Option... options) <K,
V> NamedMap <K, V> Session.getMap
(String sName, NamedMap.Option... options) AsyncNamedMap.getNamedMap()
Return theNamedCache
instance thisAsyncNamedCache
is based on. -
Uses of NamedMap in com.tangosol.net.cache
Modifier and TypeClassDescriptionclass
Bundling NamedCache implementation.class
ContinuousQueryCache<K,
V_BACK, V_FRONT> Create a materialized view of aNamedCache
using theCoherence
Continuous Query capability.class
NearCache<K,
V> A "near cache" is a CachingMap whose front map is a size-limited and/or auto-expiring local cache, and whose back map is a distributed cache.class
ReadonlyNamedCache<K,
V> A simple extension of the WrapperNamedCache implementation that shields all content mutating operations such as put(), remove(), lock() etc.class
Deprecated.as of Coherence 3.2 all the functionality of this class has been superceded by the NearCache implementationclass
WrapperNamedCache<K,
V> A simple implementation of NamedCache interface built as a wrapper around any Map implementation. -
Uses of NamedMap in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
ConverterCollections.ConverterNamedCache<FK,
TK, FV, TV> A Converter NamedCache views an underlying NamedCache through a set of key and value Converters.