Uses of Interface
org.infinispan.notifications.cachelistener.CacheNotifier
-
Packages that use CacheNotifier Package Description 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.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.factories
Methods in org.infinispan.factories that return types with arguments of type CacheNotifier Modifier and Type Method Description org.infinispan.factories.impl.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.locking
Fields in org.infinispan.interceptors.locking declared as CacheNotifier Modifier and Type Field Description protected CacheNotifier<java.lang.Object,java.lang.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 java.util.concurrent.CompletionStage<java.lang.Void>NotifyHelper. entryCommitted(CacheNotifier notifier, org.infinispan.functional.impl.FunctionalNotifier functionalNotifier, boolean created, boolean removed, boolean expired, CacheEntry entry, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command, java.lang.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(java.util.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 CacheNotifierStateConsumerImpl. cacheNotifier
-