Uses of Interface
com.tangosol.util.QueryMap
Packages that use QueryMap
Package
Description
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of QueryMap in com.tangosol.net
Subinterfaces of QueryMap in com.tangosol.netModifier and TypeInterfaceDescriptioninterface
NamedCache<K,
V> A Map-based data-structure that manages entries across one or more processes.interface
NamedMap<K,
V> A Map-based data-structure that manages entries across one or more processes. -
Uses of QueryMap in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement QueryMapModifier 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 QueryMap in com.tangosol.util
Classes in com.tangosol.util that implement QueryMapModifier and TypeClassDescriptionstatic class
ConverterCollections.ConverterNamedCache<FK,
TK, FV, TV> A Converter NamedCache views an underlying NamedCache through a set of key and value Converters.static class
ConverterCollections.ConverterQueryMap<FK,
TK, FV, TV> A Converter QueryMap views an underlying QueryMap through a set of key and value Converters.Fields in com.tangosol.util declared as QueryMapModifier and TypeFieldDescriptionConverterCollections.ConverterNamedCache.m_mapQuery
A Converter QueryMap around the underlying NamedCache.Methods in com.tangosol.util that return QueryMapModifier and TypeMethodDescriptionConverterCollections.ConverterQueryMap.getQueryMap()
Return the underlying QueryMap.static <FK,
TK, FV, TV>
QueryMap<TK, TV> ConverterCollections.getQueryMap
(QueryMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of QueryMap.Methods in com.tangosol.util with parameters of type QueryMapModifier and TypeMethodDescriptionstatic <FK,
TK, FV, TV>
QueryMap<TK, TV> ConverterCollections.getQueryMap
(QueryMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of QueryMap.Constructors in com.tangosol.util with parameters of type QueryMap