Uses of Interface
org.infinispan.functional.impl.FunctionalNotifier
Packages that use FunctionalNotifier
-
Uses of FunctionalNotifier in org.infinispan.functional.impl
Classes in org.infinispan.functional.impl that implement 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)