Uses of Interface
org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
Packages that use CacheEntryListenerInvocation
Package
Description
Cache-specific notifications and eventing.Cache-specific notifications and eventing filtering classes.-
Uses of CacheEntryListenerInvocation in org.infinispan.notifications.cachelistener
Classes in org.infinispan.notifications.cachelistener that implement CacheEntryListenerInvocationModifier and TypeClassDescriptionprotected classprotected classThis class is to be used with cluster listener invocations only when they have included current state.Methods in org.infinispan.notifications.cachelistener that return CacheEntryListenerInvocationMethods in org.infinispan.notifications.cachelistener that return types with arguments of type CacheEntryListenerInvocationModifier and TypeMethodDescriptionCacheNotifierImpl.getListenerCollectionForAnnotation(Class<? extends Annotation> annotation) protected Set<CacheEntryListenerInvocation<K,V>> CacheNotifierImpl.removeListenerInvocation(Class<? extends Annotation> annotation, Object listener) Method parameters in org.infinispan.notifications.cachelistener with type arguments of type CacheEntryListenerInvocationModifier and TypeMethodDescriptionbooleanCacheNotifierImpl.isNotificationAllowed(FlagAffectedCommand cmd, List<CacheEntryListenerInvocation<K, V>> listeners) -
Uses of CacheEntryListenerInvocation in org.infinispan.notifications.cachelistener.filter
Classes in org.infinispan.notifications.cachelistener.filter that implement CacheEntryListenerInvocationModifier and TypeClassDescriptionclassA wrapper around aCacheEntryListenerInvocationthat keeps a reference to theFilterIndexingServiceProviderinstance that handles this invocation.Fields in org.infinispan.notifications.cachelistener.filter declared as CacheEntryListenerInvocationModifier and TypeFieldDescriptionprotected final CacheEntryListenerInvocation<K,V> DelegatingCacheEntryListenerInvocation.invocationMethods in org.infinispan.notifications.cachelistener.filter with parameters of type CacheEntryListenerInvocationModifier and TypeMethodDescription<K,V> DelegatingCacheEntryListenerInvocation<K, V> FilterIndexingServiceProvider.interceptListenerInvocation(CacheEntryListenerInvocation<K, V> invocation) Starts handling an invocation that uses anIndexedFilter.Constructors in org.infinispan.notifications.cachelistener.filter with parameters of type CacheEntryListenerInvocationModifierConstructorDescriptionprotected