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.
Cache
-specific notifications and eventing.-
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.notifications.cachelistener
Classes in org.infinispan.notifications.cachelistener that implement CacheNotifierModifier and TypeClassDescriptionclass
CacheNotifierImpl<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 TypeInterfaceDescriptioninterface
ClusterCacheNotifier<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)