Uses of Class
com.tangosol.util.WrapperObservableMap
Packages that use WrapperObservableMap
Package
Description
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
- 
Uses of WrapperObservableMap in com.tangosol.net.cache
Subclasses of WrapperObservableMap in com.tangosol.net.cacheModifier and TypeClassDescriptionclassBundling NamedCache implementation.classReadonlyNamedCache<K,V> A simple extension of the WrapperNamedCache implementation that shields all content mutating operations such as put(), remove(), lock() etc.classWrapperNamedCache<K,V> A simple implementation of NamedCache interface built as a wrapper around any Map implementation. - 
Uses of WrapperObservableMap in com.tangosol.net.partition
Subclasses of WrapperObservableMap 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 WrapperObservableMap in com.tangosol.util
Subclasses of WrapperObservableMap in com.tangosol.utilModifier and TypeClassDescriptionclassWrapperConcurrentMap<K,V> A simple implementation of ConcurrentMap interface built as a wrapper around any Map implementation.