| 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 | Method and Description |
|---|---|
protected CompletionStage<Void> |
CacheNotifierImpl.ClusteredListenerInvocation.doRealInvocation(EventWrapper<K,V,CacheEntryEvent<K,V>> wrapped) |
protected CompletionStage<Void> |
CacheNotifierImpl.BaseCacheEntryListenerInvocation.doRealInvocation(EventWrapper<K,V,CacheEntryEvent<K,V>> event) |
boolean |
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.
|
CompletionStage<Void> |
CacheEntryListenerInvocation.invoke(EventWrapper<K,V,CacheEntryEvent<K,V>> event,
boolean isLocalNodePrimaryOwner)
Invokes the event
|
CompletionStage<Void> |
CacheNotifierImpl.BaseCacheEntryListenerInvocation.invoke(EventWrapper<K,V,CacheEntryEvent<K,V>> wrapped,
boolean isLocalNodePrimaryOwner)
This is the entry point for local listeners firing events
|
CompletionStage<Void> |
CacheEntryListenerInvocation.invokeNoChecks(EventWrapper<K,V,CacheEntryEvent<K,V>> wrappedEvent,
boolean skipQueue,
boolean skipConverter,
boolean needsTransform)
Invokes the event without applying filters or converters
|
CompletionStage<Void> |
CacheNotifierImpl.BaseCacheEntryListenerInvocation.invokeNoChecks(EventWrapper<K,V,CacheEntryEvent<K,V>> wrapped,
boolean skipQueue,
boolean skipConverter,
boolean needsTransform)
This is the entry point for remote listener events being fired
|
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
DelegatingCacheEntryListenerInvocation.invoke(EventWrapper<K,V,CacheEntryEvent<K,V>> event,
boolean isLocalNodePrimaryOwner) |
CompletionStage<Void> |
DelegatingCacheEntryListenerInvocation.invokeNoChecks(EventWrapper<K,V,CacheEntryEvent<K,V>> event,
boolean skipQueue,
boolean skipConverter,
boolean needsTransform) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.