Uses of Interface
org.infinispan.notifications.cachelistener.CacheNotifier
-
Packages that use CacheNotifier Package Description org.infinispan.cache.impl org.infinispan.expiration.impl org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of CacheNotifier in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as CacheNotifier Modifier and Type Field Description protected CacheNotifier<K,V>CacheImpl. notifier -
Uses of CacheNotifier in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as CacheNotifier Modifier and Type Field Description protected CacheNotifier<K,V>ExpirationManagerImpl. cacheNotifier -
Uses of CacheNotifier in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type CacheNotifier Modifier and Type Method Description ComponentRef<CacheNotifier>ComponentRegistry. getCacheNotifier() -
Uses of CacheNotifier in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as CacheNotifier Modifier and Type Field Description protected CacheNotifierScatteredDistributionInterceptor. cacheNotifier -
Uses of CacheNotifier in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as CacheNotifier Modifier and Type Field Description protected CacheNotifierCacheLoaderInterceptor. notifier -
Uses of CacheNotifier in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as CacheNotifier Modifier and Type Field Description protected CacheNotifier<Object,Object>ClusteringDependentLogic.AbstractClusteringDependentLogic. notifier -
Uses of CacheNotifier in org.infinispan.notifications.cachelistener
Classes in org.infinispan.notifications.cachelistener that implement CacheNotifier Modifier and Type Class Description classCacheNotifierImpl<K,V>Helper class that handles all notifications to registered listeners.Methods in org.infinispan.notifications.cachelistener with parameters of type CacheNotifier Modifier and Type Method Description static CompletionStage<Void>NotifyHelper. entryCommitted(CacheNotifier notifier, FunctionalNotifier functionalNotifier, boolean created, boolean removed, boolean expired, CacheEntry entry, InvocationContext ctx, FlagAffectedCommand command, Object previousValue, Metadata previousMetadata, EvictionManager evictionManager) -
Uses of CacheNotifier in org.infinispan.notifications.cachelistener.cluster
Subinterfaces of CacheNotifier 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.Constructors in org.infinispan.notifications.cachelistener.cluster with parameters of type CacheNotifier Constructor Description RemoteClusterListener(UUID id, Address origin, CacheNotifier cacheNotifier, CacheManagerNotifier cacheManagerNotifier, ClusterEventManager eventManager, boolean sync) -
Uses of CacheNotifier in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as CacheNotifier Modifier and Type Field Description protected CacheNotifier<?,?>StateConsumerImpl. cacheNotifier
-