Package | Description |
---|---|
com.tangosol.coherence.jcache.localcache |
Contains classes related to local cache implementation of Coherence JCache.
|
com.tangosol.coherence.jcache.partitionedcache |
Contains classes related to partitioned cache implementation of Coherence JCache.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalCacheSynchronousMapListener<K,V>
Synchronous version of LocalCacheAsynchronousMapListener.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionedCacheConfigurationMapListener
MapListener for meta-information about JCache
PartitionedCache instances. |
class |
PartitionedCacheSynchronousMapListener<K,V>
Synchronous version of PartitionedCacheAsynchronousMapListener.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ConfigurableQuorumPolicy.MembershipQuorumPolicy.QuorumListener
QuorumListener is used to subscribe the quorum policy to receive service
membership events.
|
Modifier and Type | Class and Description |
---|---|
protected class |
CachingMap.DeactivationListener
DeactivationListener for the back NamedCache.
|
protected class |
CachingMap.FrontMapListener
MapListener for front map responsible for deregistering back map
listeners upon front map eviction.
|
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.DeactivationListener
DeactivationListener for the underlying NamedCache.
|
class |
ContinuousQueryCache.RemoveListener
A
MapListener for evicting items from the ContinuousQueryCache . |
Modifier and Type | Interface and Description |
---|---|
static interface |
MapListenerSupport.PrimingListener<K,V>
A tag interface indicating that this listener is registered as a
synchronous listener for lite events (carrying only a key) and generates
a "priming" event when registered.
|
static interface |
MapListenerSupport.SynchronousListener<K,V>
A tag interface indicating that tagged MapListener implementation
has to receive the MapEvent notifications in a synchronous manner.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
InvocableMapHelper.IndexAdapter
MapListener implementation that routes the map events into the
corresponding MapIndex calls.
|
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.
|