Uses of Interface
org.infinispan.notifications.FilteringListenable
Packages that use FilteringListenable
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
Cache-specific notifications and eventing.Security API.
-
Uses of FilteringListenable in org.infinispan
Subinterfaces of FilteringListenable in org.infinispanModifier and TypeInterfaceDescriptioninterfaceAdvancedCache<K,V> An advanced interface that exposes additional methods not available onCache.interfaceCache<K,V> The central interface of Infinispan. -
Uses of FilteringListenable in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement FilteringListenableModifier and TypeClassDescriptionclassSimilar toAbstractDelegatingCache, but forAdvancedCache.classThis is a convenient base class for implementing a cache delegate.classCacheImpl<K,V> classDecoratedCache<K,V> A decorator to a cache, which can be built with a specific set ofFlags.classEncoderCache<K,V> Cache decoration that makes use of theEncoderandWrapperto convert between storage value and read/write value.classSimpleCacheImpl<K,V> Simple local cache without interceptor stack.classStatsCollectingCache<K,V> Wraps existingAdvancedCacheto collect statistics -
Uses of FilteringListenable in org.infinispan.notifications
Subinterfaces of FilteringListenable in org.infinispan.notificationsModifier and TypeInterfaceDescriptioninterfaceInterface that enhancesFilteringListenablewith the possibility of specifying theClassLoaderwhich should be set as the context class loader for the invoked listener methodinterface -
Uses of FilteringListenable in org.infinispan.notifications.cachelistener
Subinterfaces of FilteringListenable in org.infinispan.notifications.cachelistenerModifier and TypeInterfaceDescriptioninterfaceCacheNotifier<K,V> Public interface with all allowed notifications.Classes in org.infinispan.notifications.cachelistener that implement FilteringListenableModifier and TypeClassDescriptionclassCacheNotifierImpl<K,V> Helper class that handles all notifications to registered listeners. -
Uses of FilteringListenable in org.infinispan.notifications.cachelistener.cluster
Subinterfaces of FilteringListenable in org.infinispan.notifications.cachelistener.clusterModifier and TypeInterfaceDescriptioninterfaceClusterCacheNotifier<K,V> This interface describes methods required for a cluster listener to be able to be bootstrapped and properly notified when a new event has been raised from the cluster. -
Uses of FilteringListenable in org.infinispan.security
Subinterfaces of FilteringListenable in org.infinispan.security -
Uses of FilteringListenable in org.infinispan.security.impl
Classes in org.infinispan.security.impl that implement FilteringListenable