Uses of Class
com.tangosol.util.MultiplexingMapListener
-
Packages that use MultiplexingMapListener Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. -
-
Uses of MultiplexingMapListener in com.tangosol.net.cache
Subclasses of MultiplexingMapListener in com.tangosol.net.cache Modifier and Type Class Description protected class
CachingMap.PrimingListener
MapListener for back map responsible for keeping the front map coherent with the back map.protected class
CachingMap.SimpleListener
MapListener for back map responsible for keeping the front map coherent with the back map.class
ContinuousQueryCache.AddListener
AMapListener
for adding items to theContinuousQueryCache
.protected class
ContinuousQueryCache.EventRouter<K,V>
An EventRouter routes events from the internal cache of theContinuousQueryCache
to the client listeners, and it can do so asynchronously when appropriate.protected class
ContinuousQueryCache.InternalMapListener
This listener allows interception of all events triggered by the the internalObservableMap
of theContinuousQueryCache
.class
ContinuousQueryCache.RemoveListener
AMapListener
for evicting items from theContinuousQueryCache
.protected class
OverflowMap.BackMapListener
A listener for the back map.protected class
OverflowMap.FrontMapListener
A listener for the front map that moves evictions to the back map.protected class
SimpleOverflowMap.FrontMapListener
A listener for the front map that moves evictions to the back map. -
Uses of MultiplexingMapListener in com.tangosol.util
Subclasses of MultiplexingMapListener in com.tangosol.util Modifier and Type Class Description static class
ConverterCollections.ConverterCacheListener<K,V>
A converter MapListener that converts events of the underlying MapListener for the underlying NamedCache.static class
ConverterCollections.ConverterMapListener<K,V>
A converter MapListener that converts events of the underlying MapListener for the underlying map.static class
MapListenerSupport.WrapperListener<K,V>
A base class for various wrapper listener classes.static class
MapListenerSupport.WrapperPrimingListener
A wrapper class that turns the specified MapListener into a priming listener.static class
MapListenerSupport.WrapperSynchronousListener<K,V>
A wrapper class that turns the specified MapListener into a synchronous listener.class
MapTriggerListener
MapTriggerListener is a special purpose MapListener implementation that is used to register aMapTrigger
on a corresponding ObservableMap.protected class
WrapperObservableMap.InternalListener
An internal MapListener that listens to the wrapped map.
-