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 booleanAbstractCacheEventFilterConverter.accept(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) booleanCacheEventFilter.accept(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) Whether this event should be raised to the listener it is attached to.booleanCompositeCacheEventFilter.accept(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) booleanKeyValueFilterAsCacheEventFilter.accept(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) booleanKeyValueFilterConverterAsCacheEventFilterConverter.accept(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) booleanPostCacheEventFilter.accept(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType) final CAbstractCacheEventFilterConverter.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.commands.tx
Methods in org.infinispan.server.resp.commands.tx 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 TypeMethodDescriptionbooleanEventListenerKeysFilter.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)