Uses of Class
org.infinispan.notifications.cachelistener.filter.EventType
-
Packages that use EventType Package Description org.infinispan.notifications.cachelistener.filter Cache
-specific notifications and eventing filtering classes.org.infinispan.persistence.remote.upgrade org.infinispan.query.continuous.impl org.infinispan.query.dsl.embedded.impl Query DSL implementation internals.org.infinispan.server.hotrod.event -
-
Uses of EventType in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter with parameters of type EventType Modifier and Type Method Description 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
KeyFilterAsCacheEventFilter. accept(K key, Object oldValue, Metadata oldMetadata, Object 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)
C
AbstractCacheEventFilterConverter. convert(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType)
C
CacheEventConverter. convert(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType)
Converts the given newValue into something different possibly.C
KeyValueFilterConverterAsCacheEventFilterConverter. convert(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType)
C
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.C
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 Modifier and Type Method Description boolean
RemovedFilter. accept(Object key, Object oldValue, Metadata oldMetadata, Object newValue, Metadata newMetadata, EventType eventType)
-
Uses of EventType in org.infinispan.query.continuous.impl
Methods in org.infinispan.query.continuous.impl with parameters of type EventType Modifier and Type Method Description C
IckleContinuousQueryCacheEventFilterConverter. filterAndConvert(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType)
-
Uses of EventType in org.infinispan.query.dsl.embedded.impl
Methods in org.infinispan.query.dsl.embedded.impl with parameters of type EventType Modifier and Type Method Description C
IckleCacheEventFilterConverter. filterAndConvert(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType)
-
Uses of EventType in org.infinispan.server.hotrod.event
Methods in org.infinispan.server.hotrod.event with parameters of type EventType Modifier and Type Method Description org.infinispan.commons.util.KeyValueWithPrevious<K,V>
KeyValueWithPreviousEventConverter. convert(K key, V oldValue, Metadata oldMetadata, V newValue, Metadata newMetadata, EventType eventType)
-