Uses of Interface
org.infinispan.notifications.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
Modifier and TypeInterfaceDescriptioninterface
AdvancedCache<K,
V> An advanced interface that exposes additional methods not available onCache
.interface
Cache<K,
V> The central interface of Infinispan. -
Uses of FilteringListenable in org.infinispan.cache.impl
Modifier and TypeClassDescriptionclass
Similar toAbstractDelegatingCache
, but forAdvancedCache
.class
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> 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
Modifier and TypeInterfaceDescriptioninterface
Interface that enhancesFilteringListenable
with the possibility of specifying theClassLoader
which should be set as the context class loader for the invoked listener methodinterface
-
Uses of FilteringListenable in org.infinispan.notifications.cachelistener
Modifier and TypeInterfaceDescriptioninterface
CacheNotifier<K,
V> Public interface with all allowed notifications.Modifier and TypeClassDescriptionclass
CacheNotifierImpl<K,
V> Helper class that handles all notifications to registered listeners. -
Uses of FilteringListenable in org.infinispan.notifications.cachelistener.cluster
Modifier and TypeInterfaceDescriptioninterface
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
-
Uses of FilteringListenable in org.infinispan.security.impl