Uses of Class
com.tangosol.util.MapListenerSupport
Packages that use MapListenerSupport
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of MapListenerSupport in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as MapListenerSupportModifier and TypeFieldDescriptionprotected final MapListenerSupportContinuousQueryCache.InternalMapListener.f_listenerSupportTheMapListenerSupportto dispatch events to.protected MapListenerSupportContinuousQueryCache.m_listenerSupportLocallistener supportto allow theContinuousQueryCacheto intercept all events dispatched by the internalObservableMap.protected MapListenerSupportLocalCache.m_listenerSupportThe MapListenerSupport object.protected MapListenerSupportReadWriteBackingMap.m_listenerSupportMapListenerSupport object.Methods in com.tangosol.net.cache that return MapListenerSupportModifier and TypeMethodDescriptionprotected MapListenerSupportContinuousQueryCache.ensureListenerSupport()Configure the localMapListenerSupportand register the interceptingMapListenerwith the internalObservableMap.protected MapListenerSupportAbstractSerializationCache.getMapListenerSupport()Accessor for the MapListenerSupport for sub-classes.protected MapListenerSupportLocalCache.getMapListenerSupport()Accessor for the MapListenerSupport for sub-classes.protected MapListenerSupportOverflowMap.getMapListenerSupport()Accessor for the MapListenerSupport for sub-classes.Constructors in com.tangosol.net.cache with parameters of type MapListenerSupportModifierConstructorDescriptionInternalMapListener(MapListenerSupport listenerSupport, Converter convKey, Converter convValue) Construct theMapListenerto be registered with the internalObservableMap. -
Uses of MapListenerSupport in com.tangosol.util
Fields in com.tangosol.util declared as MapListenerSupportModifier and TypeFieldDescriptionprotected MapListenerSupportObservableHashMap.m_listenerSupportThe MapListenerSupport object.protected MapListenerSupportWrapperObservableMap.m_listenerSupportThe event listeners.Methods in com.tangosol.util that return MapListenerSupportModifier and TypeMethodDescriptionprotected MapListenerSupportWrapperObservableMap.ensureMapListenerSupport()Obtain the MapListenerSupport, creating it if necessary.protected MapListenerSupportObservableHashMap.getMapListenerSupport()Accessor for the MapListenerSupport for sub-classes.protected MapListenerSupportWrapperObservableMap.getMapListenerSupport()Accessor for the MapListenerSupport for sub-classes.