Uses of Interface
org.infinispan.notifications.impl.ListenerInvocation
Package
Description
Cache
-specific notifications and eventing.Cache
-specific notifications and eventing filtering classes.invalid reference
CacheManager
-
Uses of ListenerInvocation in org.infinispan.notifications.cachelistener
Modifier and TypeInterfaceDescriptioninterface
Additional listener methods specific to caches.Modifier and TypeClassDescriptionprotected class
protected class
This class is to be used with cluster listener invocations only when they have included current state.Modifier and TypeFieldDescriptionprotected final ListenerInvocation
<Event<K, V>> CacheNotifierImpl.BaseCacheEntryListenerInvocation.invocation
Modifier 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.ModifierConstructorDescriptionprotected
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
Modifier 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
-
Uses of ListenerInvocation in org.infinispan.notifications.impl
Modifier and TypeClassDescriptionclass
AbstractListenerImpl<T,
L extends ListenerInvocation<T>> Functionality common to bothCacheManagerNotifierImpl
andCacheNotifierImpl
Modifier 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.