Package | Description |
---|---|
org.infinispan.notifications.cachelistener |
Cache -specific notifications and eventing. |
org.infinispan.notifications.cachelistener.filter |
Cache -specific notifications and eventing filtering classes. |
Modifier and Type | Class and Description |
---|---|
protected static class |
CacheNotifierImpl.BaseCacheEntryListenerInvocation<K,V> |
protected static class |
CacheNotifierImpl.ClusteredListenerInvocation<K,V>
This class is to be used with cluster listener invocations only when they have included current state.
|
Modifier and Type | Method and Description |
---|---|
CacheEntryListenerInvocation<K,V> |
CacheNotifierImpl.CacheInvocationBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CacheEntryListenerInvocation<K,V>> |
CacheNotifierImpl.getListenerCollectionForAnnotation(Class<? extends Annotation> annotation) |
protected Set<CacheEntryListenerInvocation<K,V>> |
CacheNotifierImpl.removeListenerInvocation(Class<? extends Annotation> annotation,
Object listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
CacheNotifierImpl.isNotificationAllowed(FlagAffectedCommand cmd,
List<CacheEntryListenerInvocation<K,V>> listeners) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingCacheEntryListenerInvocation<K,V>
A wrapper around a
CacheEntryListenerInvocation that keeps a reference to the FilterIndexingServiceProvider instance that handles this invocation. |
Modifier and Type | Field and Description |
---|---|
protected CacheEntryListenerInvocation<K,V> |
DelegatingCacheEntryListenerInvocation.invocation |
Modifier and Type | Method and Description |
---|---|
<K,V> DelegatingCacheEntryListenerInvocation<K,V> |
FilterIndexingServiceProvider.interceptListenerInvocation(CacheEntryListenerInvocation<K,V> invocation)
Starts handling an invocation that uses an
IndexedFilter . |
Constructor and Description |
---|
DelegatingCacheEntryListenerInvocation(CacheEntryListenerInvocation<K,V> invocation) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.