protected java.util.concurrent.CompletionStage<java.lang.Void> |
CacheNotifierImpl.BaseCacheEntryListenerInvocation.doRealInvocation(EventWrapper<K,V,CacheEntryEvent<K,V>> event) |
|
protected java.util.concurrent.CompletionStage<java.lang.Void> |
CacheNotifierImpl.ClusteredListenerInvocation.doRealInvocation(EventWrapper<K,V,CacheEntryEvent<K,V>> wrapped) |
|
boolean |
QueueingSegmentListener.handleEvent(EventWrapper<K,V,E> wrapper,
org.infinispan.notifications.impl.ListenerInvocation<Event<K,V>> invocation) |
This should be called by any listener when an event is generated to possibly queue it.
|
java.util.concurrent.CompletionStage<java.lang.Void> |
CacheEntryListenerInvocation.invoke(EventWrapper<K,V,CacheEntryEvent<K,V>> event,
boolean isLocalNodePrimaryOwner) |
Invokes the event
|
java.util.concurrent.CompletionStage<java.lang.Void> |
CacheNotifierImpl.BaseCacheEntryListenerInvocation.invoke(EventWrapper<K,V,CacheEntryEvent<K,V>> wrapped,
boolean isLocalNodePrimaryOwner) |
This is the entry point for local listeners firing events
|
java.util.concurrent.CompletionStage<java.lang.Void> |
CacheEntryListenerInvocation.invokeNoChecks(EventWrapper<K,V,CacheEntryEvent<K,V>> wrappedEvent,
boolean skipQueue,
boolean skipConverter,
boolean needsTransform) |
Invokes the event without applying filters or converters
|
java.util.concurrent.CompletionStage<java.lang.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
|