Uses of Class
com.tangosol.util.AbstractKeySetBasedMap
Packages that use AbstractKeySetBasedMap
Package
Description
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
- 
Uses of AbstractKeySetBasedMap in com.tangosol.net.cache
Subclasses of AbstractKeySetBasedMap in com.tangosol.net.cacheModifier and TypeClassDescriptionclassAn abstract base class for serialization-based caches.classBundling NamedCache implementation.classContinuousQueryCache<K,V_BACK, V_FRONT> Create a materialized view of aNamedCacheusing theCoherenceContinuous Query capability.classAn Observable Map implementation that wraps two maps - a front map (assumed to be fast but limited in its maximum size) and a back map (assumed to be slower but much less limited in its maximum size).classReadonlyNamedCache<K,V> A simple extension of the WrapperNamedCache implementation that shields all content mutating operations such as put(), remove(), lock() etc.classA version of SerializationMap that implements an LRU policy.classMap implementation that stores its contents in a BinaryStore.classA version of SerializationMap that implements an LRU policy using time-based paging of the cache.classWrapperNamedCache<K,V> A simple implementation of NamedCache interface built as a wrapper around any Map implementation. - 
Uses of AbstractKeySetBasedMap in com.tangosol.net.partition
Subclasses of AbstractKeySetBasedMap in com.tangosol.net.partitionModifier and TypeClassDescriptionclassThe ObservableSplittingBackingCache is an implementation of the ConfigurableCacheMap interface that works as an observable backing map in a partitioned system.classAn observable, cache-aware PartitionAwareBackingMap implementation. - 
Uses of AbstractKeySetBasedMap in com.tangosol.util
Subclasses of AbstractKeySetBasedMap in com.tangosol.utilModifier and TypeClassDescriptionclassWrapperConcurrentMap<K,V> A simple implementation of ConcurrentMap interface built as a wrapper around any Map implementation.classWrapperObservableMap<K,V> A simple implementation of ObservableMap interface built as a wrapper around any Map implementation.