Uses of Class
org.infinispan.notifications.cachelistener.filter.EventType
Packages that use EventType
Package
Description
Global configuration state.
Cache
-specific notifications and eventing filtering classes.-
Uses of EventType in org.infinispan.globalstate
Methods in org.infinispan.globalstate with parameters of type EventType -
Uses of EventType in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter with parameters of type EventTypeModifier and TypeMethodDescriptionfinal boolean
AbstractCacheEventFilterConverter.accept
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) boolean
CacheEventFilter.accept
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) Whether or not this event should be raised to the listener it is attached to.boolean
CompositeCacheEventFilter.accept
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) boolean
KeyValueFilterAsCacheEventFilter.accept
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) boolean
KeyValueFilterConverterAsCacheEventFilterConverter.accept
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) boolean
PostCacheEventFilter.accept
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) final C
AbstractCacheEventFilterConverter.convert
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) CacheEventConverter.convert
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) Converts the given newValue into something different possibly.KeyValueFilterConverterAsCacheEventFilterConverter.convert
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) CacheEventFilterConverter.filterAndConvert
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) Will both filter the entry and if passed subsequently convert the value to a new value.KeyValueFilterConverterAsCacheEventFilterConverter.filterAndConvert
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) -
Uses of EventType in org.infinispan.persistence.remote.upgrade
Methods in org.infinispan.persistence.remote.upgrade with parameters of type EventType -
Uses of EventType in org.infinispan.server.hotrod.event
Methods in org.infinispan.server.hotrod.event with parameters of type EventType -
Uses of EventType in org.infinispan.server.resp.filter
Methods in org.infinispan.server.resp.filter with parameters of type EventTypeModifier and TypeMethodDescriptionboolean
EventListenerKeysFilter.accept
(Object key, Object oldValue, Metadata oldMetadata, Object newValue, Metadata newMetadata, EventType eventType) EventListenerConverter.convert
(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType)