Class NotifyHelper


  • public class NotifyHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NotifyHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.concurrent.CompletionStage<java.lang.Void> 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NotifyHelper

        public NotifyHelper()
    • Method Detail

      • entryCommitted

        public static java.util.concurrent.CompletionStage<java.lang.Void> 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)