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.org.infinispan.security.impl -
-
Uses of FilteringListenable in org.infinispan
Subinterfaces of FilteringListenable in org.infinispan Modifier and Type Interface Description interface
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available onCache
.interface
Cache<K,V>
The central interface of Infinispan.Classes in org.infinispan that implement FilteringListenable Modifier and Type Class Description class
AbstractDelegatingAdvancedCache<K,V>
Deprecated.Extend fromAbstractDelegatingAdvancedCache
instead.class
AbstractDelegatingCache<K,V>
Deprecated.Extend fromAbstractDelegatingCache
instead. -
Uses of FilteringListenable in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement FilteringListenable Modifier and Type Class Description class
AbstractDelegatingAdvancedCache<K,V>
Similar toAbstractDelegatingCache
, but forAdvancedCache
.class
AbstractDelegatingCache<K,V>
This is a convenient base class for implementing a cache delegate.class
CacheImpl<K,V>
class
DecoratedCache<K,V>
A decorator to a cache, which can be built with a specific set ofFlag
s.class
EncoderCache<K,V>
Cache decoration that makes use of theEncoder
andWrapper
to convert between storage value and read/write value.class
SimpleCacheImpl<K,V>
Simple local cache without interceptor stack.class
StatsCollectingCache<K,V>
Wraps existingAdvancedCache
to collect statistics -
Uses of FilteringListenable in org.infinispan.notifications
Subinterfaces of FilteringListenable in org.infinispan.notifications Modifier and Type Interface Description interface
ClassLoaderAwareFilteringListenable<K,V>
Interface that enhancesFilteringListenable
with the possibility of specifying theClassLoader
which should be set as the context class loader for the invoked listener methodinterface
DataConversionAwareListenable<K,V>
-
Uses of FilteringListenable in org.infinispan.notifications.cachelistener
Subinterfaces of FilteringListenable in org.infinispan.notifications.cachelistener Modifier and Type Interface Description interface
CacheNotifier<K,V>
Public interface with all allowed notifications.Classes in org.infinispan.notifications.cachelistener that implement FilteringListenable Modifier and Type Class Description class
CacheNotifierImpl<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 interface
ClusterCacheNotifier<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 interface
SecureCache<K,V>
SecureCache. -
Uses of FilteringListenable in org.infinispan.security.impl
Classes in org.infinispan.security.impl that implement FilteringListenable Modifier and Type Class Description class
SecureCacheImpl<K,V>
SecureCacheImpl.
-