Package | Description |
---|---|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and 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
A
MapListener for adding items to the ContinuousQueryCache . |
protected class |
ContinuousQueryCache.EventRouter<K,V>
An EventRouter routes events from the internal cache of the
ContinuousQueryCache 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 internal
ObservableMap of the ContinuousQueryCache . |
class |
ContinuousQueryCache.RemoveListener
A
MapListener for evicting items from the ContinuousQueryCache . |
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConverterCollections.ConverterCacheListener
A converter MapListener that converts events of the underlying
MapListener for the underlying NamedCache.
|
static class |
ConverterCollections.ConverterMapListener
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 a
MapTrigger on a corresponding ObservableMap. |
protected class |
WrapperObservableMap.InternalListener
An internal MapListener that listens to the wrapped map.
|