Uses of Class
com.tangosol.util.AbstractMapListener
-
Packages that use AbstractMapListener Package Description com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.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.cache Contains classes providing various caching strategies. -
-
Uses of AbstractMapListener in com.oracle.coherence.grpc.proxy
Subclasses of AbstractMapListener in com.oracle.coherence.grpc.proxy Modifier and Type Class Description protected static class
MapListenerProxy.DeactivationListener
NamedCacheDeactivationListener
that will communicate cache truncation and destruction events over the proxy. -
Uses of AbstractMapListener in com.tangosol.coherence.jcache.localcache
Subclasses of AbstractMapListener in com.tangosol.coherence.jcache.localcache Modifier and Type Class Description class
LocalCacheAsynchronousMapListener<K,V>
MapListener for Coherence-based JCache adapter implementation to generate JCacheCoherenceCacheEntryEvent
.class
LocalCacheSynchronousMapListener<K,V>
Synchronous version of LocalCacheAsynchronousMapListener. -
Uses of AbstractMapListener in com.tangosol.coherence.jcache.partitionedcache
Subclasses of AbstractMapListener in com.tangosol.coherence.jcache.partitionedcache Modifier and Type Class Description class
PartitionedCacheAsynchronousMapListener<K,V>
MapListener for coherence cache to implement jcache map events.class
PartitionedCacheConfigurationMapListener
MapListener for meta-information about JCachePartitionedCache
instances.class
PartitionedCacheSynchronousMapListener<K,V>
Synchronous version of PartitionedCacheAsynchronousMapListener.class
PartitionedCacheSyntheticDeleteMapListener<K,V>
MapListener for coherence cache to generate JCache ExpiryEvents. -
Uses of AbstractMapListener in com.tangosol.net.cache
Subclasses of AbstractMapListener in com.tangosol.net.cache Modifier and Type Class 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
ContinuousQueryCache.DeactivationListener
DeactivationListener for the underlying NamedCache.class
VersionedNearCache.VersionCacheListener
Deprecated.A map listener that listens to the VersionCache and invalidates local entries accordingly.
-