Uses of Interface
org.infinispan.functional.impl.FunctionalNotifier
Packages that use FunctionalNotifier
Package
Description
Interceptors dealing with command replication in distributed/replicated mode.
Interceptors dealing with locking.
Cache-specific notifications and eventing.-
Uses of FunctionalNotifier in org.infinispan.functional.impl
Classes in org.infinispan.functional.impl that implement FunctionalNotifier -
Uses of FunctionalNotifier in org.infinispan.interceptors.distribution
Fields in org.infinispan.interceptors.distribution declared as FunctionalNotifierModifier and TypeFieldDescriptionprotected FunctionalNotifierScatteredDistributionInterceptor.functionalNotifier -
Uses of FunctionalNotifier in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as FunctionalNotifierModifier and TypeFieldDescriptionprotected FunctionalNotifier<Object,Object> ClusteringDependentLogic.AbstractClusteringDependentLogic.functionalNotifier -
Uses of FunctionalNotifier in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener with parameters of type FunctionalNotifierModifier 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)