Uses of Interface
org.infinispan.notifications.Listenable
-
Packages that use Listenable Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.manager Cache manager API.org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces.org.infinispan.security Security API. -
-
Uses of Listenable in org.infinispan
Subinterfaces of Listenable 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. -
Uses of Listenable in org.infinispan.manager
Subinterfaces of Listenable in org.infinispan.manager Modifier and Type Interface Description interfaceEmbeddedCacheManagerEmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.Classes in org.infinispan.manager that implement Listenable Modifier and Type Class Description classDefaultCacheManager -
Uses of Listenable in org.infinispan.notifications
Subinterfaces of Listenable 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 methodinterfaceClassLoaderAwareListenableInterface that enhancesListenablewith the possibility of specifying theClassLoaderwhich should be set as the context class loader for the invoked listener methodinterfaceDataConversionAwareListenable<K,V>interfaceFilteringListenable<K,V>A Listenable that can also filter events based on key -
Uses of Listenable in org.infinispan.security
Subinterfaces of Listenable in org.infinispan.security Modifier and Type Interface Description interfaceSecureCache<K,V>SecureCache.
-