Uses of Interface
org.infinispan.notifications.cachelistener.CacheEntryListenerInvocation
-
Packages that use CacheEntryListenerInvocation Package Description org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.filter Cache-specific notifications and eventing filtering classes. -
-
Uses of CacheEntryListenerInvocation in org.infinispan.notifications.cachelistener
Classes in org.infinispan.notifications.cachelistener that implement CacheEntryListenerInvocation Modifier and Type Class Description protected static classCacheNotifierImpl.BaseCacheEntryListenerInvocation<K,V>protected static classCacheNotifierImpl.ClusteredListenerInvocation<K,V>This class is to be used with cluster listener invocations only when they have included current state.Methods in org.infinispan.notifications.cachelistener that return CacheEntryListenerInvocation Modifier and Type Method Description CacheEntryListenerInvocation<K,V>CacheNotifierImpl.CacheInvocationBuilder. build()Methods in org.infinispan.notifications.cachelistener that return types with arguments of type CacheEntryListenerInvocation Modifier and Type Method Description java.util.List<CacheEntryListenerInvocation<K,V>>CacheNotifierImpl. getListenerCollectionForAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)protected java.util.Set<CacheEntryListenerInvocation<K,V>>CacheNotifierImpl. removeListenerInvocation(java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.lang.Object listener)Method parameters in org.infinispan.notifications.cachelistener with type arguments of type CacheEntryListenerInvocation Modifier and Type Method Description booleanCacheNotifierImpl. isNotificationAllowed(org.infinispan.commands.FlagAffectedCommand cmd, java.util.List<CacheEntryListenerInvocation<K,V>> listeners) -
Uses of CacheEntryListenerInvocation in org.infinispan.notifications.cachelistener.filter
Classes in org.infinispan.notifications.cachelistener.filter that implement CacheEntryListenerInvocation Modifier and Type Class Description classDelegatingCacheEntryListenerInvocation<K,V>A wrapper around aCacheEntryListenerInvocationthat keeps a reference to theFilterIndexingServiceProviderinstance that handles this invocation.Fields in org.infinispan.notifications.cachelistener.filter declared as CacheEntryListenerInvocation Modifier and Type Field Description protected CacheEntryListenerInvocation<K,V>DelegatingCacheEntryListenerInvocation. invocationMethods in org.infinispan.notifications.cachelistener.filter with parameters of type CacheEntryListenerInvocation Modifier and Type Method Description <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 CacheEntryListenerInvocation Constructor Description DelegatingCacheEntryListenerInvocation(CacheEntryListenerInvocation<K,V> invocation)
-