Uses of Interface
org.infinispan.notifications.cachelistener.CacheNotifier
Packages that use CacheNotifier
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
Cache-specific notifications and eventing.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 -
Uses of CacheNotifier in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as CacheNotifierModifier and TypeFieldDescriptionprotected 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 -
Uses of CacheNotifier in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as CacheNotifierModifier and TypeFieldDescriptionprotected CacheNotifierScatteredDistributionInterceptor.cacheNotifier -
Uses of CacheNotifier in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as CacheNotifier -
Uses of CacheNotifier in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as CacheNotifierModifier and TypeFieldDescriptionprotected CacheNotifier<Object,Object> ClusteringDependentLogic.AbstractClusteringDependentLogic.notifier -
Uses of CacheNotifier in org.infinispan.notifications.cachelistener
Classes in org.infinispan.notifications.cachelistener that implement CacheNotifierModifier and TypeClassDescriptionclassCacheNotifierImpl<K,V> Helper class that handles all notifications to registered listeners.Methods in org.infinispan.notifications.cachelistener with parameters of type CacheNotifierModifier and TypeMethodDescriptionstatic 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.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.Constructors in org.infinispan.notifications.cachelistener.cluster with parameters of type CacheNotifierModifierConstructorDescriptionRemoteClusterListener(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