Uses of Interface
com.tangosol.util.ConcurrentMap
Packages that use ConcurrentMap
Package
Description
The Coherence gRPC server implementation.
Contains classes providing cache persistence of serialized objects.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of ConcurrentMap in com.oracle.coherence.grpc.proxy
Fields in com.oracle.coherence.grpc.proxy declared as ConcurrentMapModifier and TypeFieldDescriptionprotected final ConcurrentMap<Filter<?>, MapListenerProxy.FilterInfo> MapListenerProxy.f_mapFilterThe map ofFiltersthat thisMapListenerProxywas registered with.protected final ConcurrentMap<Object, Integer> MapListenerProxy.f_mapKeysThe map of keys that thisMapListenerProxywas registered with. -
Uses of ConcurrentMap in com.tangosol.io
Methods in com.tangosol.io that return ConcurrentMapModifier and TypeMethodDescriptionprotected ConcurrentMapAsyncBinaryStore.getPendingMap()Obtain the map that contains all of the pending store and erase data. -
Uses of ConcurrentMap in com.tangosol.net
Subinterfaces of ConcurrentMap in com.tangosol.netModifier and TypeInterfaceDescriptioninterfaceNamedCache<K,V> A Map-based data-structure that manages entries across one or more processes.interfaceNamedMap<K,V> A Map-based data-structure that manages entries across one or more processes. -
Uses of ConcurrentMap in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement ConcurrentMapModifier and TypeClassDescriptionclassBundling NamedCache implementation.classContinuousQueryCache<K,V_BACK, V_FRONT> Create a materialized view of aNamedCacheusing theCoherenceContinuous Query capability.classNearCache<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.classReadonlyNamedCache<K,V> A simple extension of the WrapperNamedCache implementation that shields all content mutating operations such as put(), remove(), lock() etc.classDeprecated.as of Coherence 3.2 all the functionality of this class has been superceded by the NearCache implementationclassWrapperNamedCache<K,V> A simple implementation of NamedCache interface built as a wrapper around any Map implementation.Methods in com.tangosol.net.cache that return ConcurrentMapModifier and TypeMethodDescriptionCachingMap.getControlMap()Obtain the ConcurrentMap that should be used to synchronize the front map modification access.ReadWriteBackingMap.getControlMap()Get the concurrency control map for this backing map.protected ConcurrentMapSerializationPagedCache.getLockMap()Obtain the map used for managing key- and map-level locks to ensure data consistency.protected ConcurrentMapReadWriteBackingMap.instantiateControlMap()Factory pattern: Create the concurrency control map for this backing map. -
Uses of ConcurrentMap in com.tangosol.util
Subinterfaces of ConcurrentMap in com.tangosol.utilModifier and TypeInterfaceDescriptioninterfaceConcurrentMap with additional transaction support.Classes in com.tangosol.util that implement ConcurrentMapModifier and TypeClassDescriptionstatic classConverterCollections.ConverterConcurrentMap<FK,TK, FV, TV> A Converter ConcurrentMap views an underlying ConcurrentMap through a set of key and value Converters.static classConverterCollections.ConverterNamedCache<FK,TK, FV, TV> A Converter NamedCache views an underlying NamedCache through a set of key and value Converters.classAn implementation of SegmentedHashMap that also implements the ConcurrentMap interface.classWrapperConcurrentMap<K,V> A simple implementation of ConcurrentMap interface built as a wrapper around any Map implementation.Fields in com.tangosol.util declared as ConcurrentMapModifier and TypeFieldDescriptionprotected ConcurrentMap<TK, TV> ConverterCollections.ConverterNamedCache.m_mapConcurrentA Converter ConcurrentMap around the underlying NamedCache.Methods in com.tangosol.util that return ConcurrentMapModifier and TypeMethodDescriptionTransactionMap.getBaseMap()Return the base map, which contains this TransactionMap's committed data.ConverterCollections.ConverterConcurrentMap.getConcurrentMap()Return the underlying ConcurrentMap.static <FK,TK, FV, TV>
ConcurrentMap<TK, TV> ConverterCollections.getConcurrentMap(ConcurrentMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of ConcurrentMap.Methods in com.tangosol.util with parameters of type ConcurrentMapModifier and TypeMethodDescriptionstatic <FK,TK, FV, TV>
ConcurrentMap<TK, TV> ConverterCollections.getConcurrentMap(ConcurrentMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of ConcurrentMap.static <K,V, R> Map <K, R> InvocableMapHelper.invokeAllLocked(ConcurrentMap<K, V> map, Set<? extends InvocableMap.Entry<K, V>> setEntries, InvocableMap.EntryProcessor<K, V, R> agent) Invoke the passed EntryProcessor against the entries specified by the passed map and entries.static <K,V, R> R InvocableMapHelper.invokeLocked(ConcurrentMap<K, V> map, InvocableMap.Entry<K, V> entry, InvocableMap.EntryProcessor<K, V, R> agent) Invoke the passed EntryProcessor against the specified Entry.static ListInvocableMapHelper.lockAll(ConcurrentMap map, Collection collKeys, long cWait) Attempt to lock all the specified keys within a specified period of time.static voidInvocableMapHelper.unlockAll(ConcurrentMap map, Collection collKeys) Unlock all the specified keys.Constructors in com.tangosol.util with parameters of type ConcurrentMap