Uses of Class
org.infinispan.notifications.cachelistener.EventWrapper
Packages that use EventWrapper
Package
Description
Cache-specific notifications and eventing.Cache-specific notifications and eventing filtering classes.-
Uses of EventWrapper in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener with parameters of type EventWrapperModifier and TypeMethodDescriptionprotected CompletionStage<Void>CacheNotifierImpl.BaseCacheEntryListenerInvocation.doRealInvocation(EventWrapper<K, V, CacheEntryEvent<K, V>> event) protected CompletionStage<Void>CacheNotifierImpl.ClusteredListenerInvocation.doRealInvocation(EventWrapper<K, V, CacheEntryEvent<K, V>> wrapped) booleanQueueingSegmentListener.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.CacheEntryListenerInvocation.invoke(EventWrapper<K, V, CacheEntryEvent<K, V>> event, boolean isLocalNodePrimaryOwner) Invokes the eventCacheNotifierImpl.BaseCacheEntryListenerInvocation.invoke(EventWrapper<K, V, CacheEntryEvent<K, V>> wrapped, boolean isLocalNodePrimaryOwner) This is the entry point for local listeners firing eventsCacheEntryListenerInvocation.invokeNoChecks(EventWrapper<K, V, CacheEntryEvent<K, V>> wrappedEvent, boolean skipQueue, boolean skipConverter, boolean needsTransform) Invokes the event without applying filters or convertersCacheNotifierImpl.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 -
Uses of EventWrapper in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter with parameters of type EventWrapperModifier and TypeMethodDescriptionDelegatingCacheEntryListenerInvocation.invoke(EventWrapper<K, V, CacheEntryEvent<K, V>> event, boolean isLocalNodePrimaryOwner) DelegatingCacheEntryListenerInvocation.invokeNoChecks(EventWrapper<K, V, CacheEntryEvent<K, V>> event, boolean skipQueue, boolean skipConverter, boolean needsTransform)