Uses of Interface
org.infinispan.notifications.FilteringListenable
-
Packages that use FilteringListenable Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces.org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster org.infinispan.security Security API. -
-
Uses of FilteringListenable in org.infinispan
Subinterfaces of FilteringListenable in org.infinispan Modifier and Type Interface Description interfaceAdvancedCache<K,V>An advanced interface that exposes additional methods not available onCache.interfaceCache<K,V>The central interface of Infinispan.Classes in org.infinispan that implement FilteringListenable Modifier and Type Class Description classAbstractDelegatingAdvancedCache<K,V>Deprecated.Extend fromAbstractDelegatingAdvancedCacheinstead.classAbstractDelegatingCache<K,V>Deprecated.Extend fromAbstractDelegatingCacheinstead. -
Uses of FilteringListenable in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw FilteringListenable Modifier and Type Class Description classorg.infinispan.cache.impl.AbstractDelegatingAdvancedCache<K,V>Similar toAbstractDelegatingCache, but forAdvancedCache.classorg.infinispan.cache.impl.AbstractDelegatingCache<K,V>This is a convenient base class for implementing a cache delegate. -
Uses of FilteringListenable in org.infinispan.notifications
Subinterfaces of FilteringListenable in org.infinispan.notifications Modifier and Type Interface Description interfaceClassLoaderAwareFilteringListenable<K,V>Interface that enhancesFilteringListenablewith the possibility of specifying theClassLoaderwhich should be set as the context class loader for the invoked listener methodinterfaceDataConversionAwareListenable<K,V> -
Uses of FilteringListenable in org.infinispan.notifications.cachelistener
Subinterfaces of FilteringListenable in org.infinispan.notifications.cachelistener Modifier and Type Interface Description interfaceCacheNotifier<K,V>Public interface with all allowed notifications.Classes in org.infinispan.notifications.cachelistener that implement FilteringListenable Modifier and Type Class Description classCacheNotifierImpl<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.cluster Modifier and Type Interface Description interfaceClusterCacheNotifier<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 Modifier and Type Interface Description interfaceSecureCache<K,V>SecureCache.
-