Uses of Interface
org.infinispan.notifications.impl.ListenerInvocation
Packages that use ListenerInvocation
Package
Description
Cache
-specific notifications and eventing.Cache
-specific notifications and eventing filtering classes.CacheManager
-specific notifications and eventing.-
Uses of ListenerInvocation in org.infinispan.notifications.cachelistener
Subinterfaces of ListenerInvocation in org.infinispan.notifications.cachelistenerModifier and TypeInterfaceDescriptioninterface
Additional listener methods specific to caches.Classes in org.infinispan.notifications.cachelistener that implement ListenerInvocationModifier and TypeClassDescriptionprotected class
protected class
This class is to be used with cluster listener invocations only when they have included current state.Fields in org.infinispan.notifications.cachelistener declared as ListenerInvocationModifier and TypeFieldDescriptionprotected final ListenerInvocation<Event<K,
V>> CacheNotifierImpl.BaseCacheEntryListenerInvocation.invocation
Methods in org.infinispan.notifications.cachelistener with parameters of type ListenerInvocationModifier and TypeMethodDescriptionboolean
QueueingSegmentListener.handleEvent
(EventWrapper<K, V, E> wrapper, ListenerInvocation<Event<K, V>> invocation) This should be called by any listener when an event is generated to possibly queue it.Constructors in org.infinispan.notifications.cachelistener with parameters of type ListenerInvocationModifierConstructorDescriptionprotected
BaseCacheEntryListenerInvocation
(EncoderRegistry encoderRegistry, ListenerInvocation<Event<K, V>> invocation, CacheEventFilter<? super K, ? super V> filter, CacheEventConverter<? super K, ? super V, ?> converter, Class<? extends Annotation> annotation, boolean onlyPrimary, boolean clustered, UUID identifier, boolean sync, Listener.Observation observation, Set<Class<? extends Annotation>> filterAnnotations, DataConversion keyDataConversion, DataConversion valueDataConversion, boolean useStorageFormat) ClusteredListenerInvocation
(EncoderRegistry encoderRegistry, ListenerInvocation<Event<K, V>> invocation, QueueingSegmentListener<K, V, CacheEntryEvent<K, V>> handler, CacheEventFilter<? super K, ? super V> filter, CacheEventConverter<? super K, ? super V, ?> converter, Class<? extends Annotation> annotation, boolean onlyPrimary, UUID identifier, boolean sync, Listener.Observation observation, Set<Class<? extends Annotation>> filterAnnotations, DataConversion keyDataConversion, DataConversion valueDataConversion, boolean useStorageFormat) -
Uses of ListenerInvocation in org.infinispan.notifications.cachelistener.filter
Classes in org.infinispan.notifications.cachelistener.filter that implement ListenerInvocationModifier and TypeClassDescriptionclass
A wrapper around aCacheEntryListenerInvocation
that keeps a reference to theFilterIndexingServiceProvider
instance that handles this invocation. -
Uses of ListenerInvocation in org.infinispan.notifications.cachemanagerlistener
Methods in org.infinispan.notifications.cachemanagerlistener that return ListenerInvocation -
Uses of ListenerInvocation in org.infinispan.notifications.impl
Classes in org.infinispan.notifications.impl with type parameters of type ListenerInvocationModifier and TypeClassDescriptionclass
AbstractListenerImpl<T,
L extends ListenerInvocation<T>> Functionality common to bothCacheManagerNotifierImpl
andCacheNotifierImpl
Classes in org.infinispan.notifications.impl that implement ListenerInvocationModifier and TypeClassDescriptionprotected class
Class that encapsulates a valid invocation for a given registered listener - containing a reference to the method to be invoked as well as the target object.