Uses of Class
org.infinispan.notifications.cachelistener.EventWrapper
-
Packages that use EventWrapper 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 EventWrapper in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener with parameters of type EventWrapper Modifier and Type Method Description protected voidCacheNotifierImpl.BaseCacheEntryListenerInvocation. doRealInvocation(EventWrapper<K,V,CacheEntryEvent<K,V>> event)protected voidCacheNotifierImpl.ClusteredListenerInvocation. doRealInvocation(EventWrapper<K,V,CacheEntryEvent<K,V>> wrapped)booleanQueueingSegmentListener. 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.voidCacheEntryListenerInvocation. invoke(EventWrapper<K,V,CacheEntryEvent<K,V>> event, boolean isLocalNodePrimaryOwner)voidCacheNotifierImpl.BaseCacheEntryListenerInvocation. invoke(EventWrapper<K,V,CacheEntryEvent<K,V>> wrapped, boolean isLocalNodePrimaryOwner)This is the entry point for local listeners firing eventsvoidCacheEntryListenerInvocation. invokeNoChecks(EventWrapper<K,V,CacheEntryEvent<K,V>> wrappedEvent, boolean skipQueue, boolean skipConverter, boolean needsTransform)voidCacheNotifierImpl.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 EventWrapper Modifier and Type Method Description voidDelegatingCacheEntryListenerInvocation. invoke(EventWrapper<K,V,CacheEntryEvent<K,V>> event, boolean isLocalNodePrimaryOwner)voidDelegatingCacheEntryListenerInvocation. invokeNoChecks(EventWrapper<K,V,CacheEntryEvent<K,V>> event, boolean skipQueue, boolean skipConverter, boolean needsTransform)
-