Class CacheNotifierImpl.BaseCacheEntryListenerInvocation<K,​V>

    • Field Detail

      • invocation

        protected final org.infinispan.notifications.impl.ListenerInvocation<Event<K,​V>> invocation
      • onlyPrimary

        protected final boolean onlyPrimary
      • clustered

        protected final boolean clustered
      • identifier

        protected final java.util.UUID identifier
      • annotation

        protected final java.lang.Class<? extends java.lang.annotation.Annotation> annotation
      • sync

        protected final boolean sync
      • filterAndConvert

        protected final boolean filterAndConvert
      • filterAnnotations

        protected final java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> filterAnnotations
    • Constructor Detail

      • BaseCacheEntryListenerInvocation

        protected BaseCacheEntryListenerInvocation​(org.infinispan.notifications.impl.ListenerInvocation<Event<K,​V>> invocation,
                                                   CacheEventFilter<? super K,​? super V> filter,
                                                   CacheEventConverter<? super K,​? super V,​?> converter,
                                                   java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
                                                   boolean onlyPrimary,
                                                   boolean clustered,
                                                   java.util.UUID identifier,
                                                   boolean sync,
                                                   Listener.Observation observation,
                                                   java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> filterAnnotations,
                                                   DataConversion keyDataConversion,
                                                   DataConversion valueDataConversion,
                                                   boolean useStorageFormat)