Uses of Interface
org.infinispan.notifications.Listenable
Packages that use Listenable
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Cache manager API.
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
Cache-specific notifications and eventing.EmbeddedCacheManager-specific notifications and eventing.Security API.
-
Uses of Listenable in org.infinispan
Subinterfaces of Listenable 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 Listenable in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement ListenableModifier and TypeClassDescriptionclassSimilar toAbstractDelegatingCache, but forAdvancedCache.classThis is a convenient base class for implementing a cache delegate.classAliasCache<K,V> 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 theTranscoderto 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 Listenable in org.infinispan.manager
Subinterfaces of Listenable in org.infinispan.managerModifier and TypeInterfaceDescriptioninterfaceEmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.Classes in org.infinispan.manager that implement ListenableModifier and TypeClassDescriptionclass -
Uses of Listenable in org.infinispan.manager.impl
Classes in org.infinispan.manager.impl that implement ListenableModifier and TypeClassDescriptionclassThis is a convenient base class for implementing a cache manager delegate.class -
Uses of Listenable in org.infinispan.notifications
Subinterfaces of Listenable 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 methodinterfaceInterface that enhancesListenablewith the possibility of specifying theClassLoaderwhich should be set as the context class loader for the invoked listener methodinterfaceinterfaceFilteringListenable<K,V> A Listenable that can also filter events based on key -
Uses of Listenable in org.infinispan.notifications.cachelistener
Subinterfaces of Listenable in org.infinispan.notifications.cachelistenerModifier and TypeInterfaceDescriptioninterfaceCacheNotifier<K,V> Public interface with all allowed notifications.Classes in org.infinispan.notifications.cachelistener that implement ListenableModifier and TypeClassDescriptionclassCacheNotifierImpl<K,V> Helper class that handles all notifications to registered listeners. -
Uses of Listenable in org.infinispan.notifications.cachelistener.cluster
Subinterfaces of Listenable 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 Listenable in org.infinispan.notifications.cachemanagerlistener
Subinterfaces of Listenable in org.infinispan.notifications.cachemanagerlistenerModifier and TypeInterfaceDescriptioninterfaceNotifications for the cache managerClasses in org.infinispan.notifications.cachemanagerlistener that implement ListenableModifier and TypeClassDescriptionclassGlobal, shared notifications on the cache manager. -
Uses of Listenable in org.infinispan.security
Subinterfaces of Listenable in org.infinispan.security -
Uses of Listenable in org.infinispan.security.actions
Methods in org.infinispan.security.actions with parameters of type ListenableModifier and TypeMethodDescriptionstatic CompletionStage<Void> SecurityActions.removeListenerAsync(Listenable listenable, Object listener) Constructors in org.infinispan.security.actions with parameters of type Listenable -
Uses of Listenable in org.infinispan.security.impl
Classes in org.infinispan.security.impl that implement Listenable