Uses of Interface
org.infinispan.notifications.cachelistener.filter.CacheEventFilter
-
Packages that use CacheEventFilter Package Description org.infinispan.cache.impl org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces.org.infinispan.notifications.cachelistener Cache
-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster 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.security.impl -
-
Uses of CacheEventFilter in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl with parameters of type CacheEventFilter Modifier and Type Method Description <C> void
AbstractDelegatingCache. addFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
<C> void
CacheImpl. addFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
<C> void
EncoderCache. addFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
<C> void
SimpleCacheImpl. addFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
<C> void
AbstractDelegatingCache. addListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter)
<C> void
CacheImpl. addListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter)
<C> void
EncoderCache. addListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter)
<C> void
SimpleCacheImpl. addListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter)
<C> void
AbstractDelegatingCache. addStorageFormatFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
<C> void
CacheImpl. addStorageFormatFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
<C> void
EncoderCache. addStorageFormatFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
<C> void
SimpleCacheImpl. addStorageFormatFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
-
Uses of CacheEventFilter in org.infinispan.notifications
Methods in org.infinispan.notifications with parameters of type CacheEventFilter Modifier and Type Method Description <C> void
DataConversionAwareListenable. addFilteredListener(ListenerHolder listenerHolder, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
<C> void
FilteringListenable. addFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
Registers a listener limiting the cache-entry specific events only to annotations that are passed in as parameter.<C> void
ClassLoaderAwareFilteringListenable. addListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, ClassLoader classLoader)
Adds a listener with the provided filter and converter and using a given classloader when invoked.<C> void
DataConversionAwareListenable. addListener(ListenerHolder listenerHolder, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, ClassLoader classLoader)
<C> void
FilteringListenable. addListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter)
Registers a listener that will be notified on events that pass the filter condition.<C> void
FilteringListenable. addStorageFormatFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
Same asFilteringListenable.addFilteredListener(Object, CacheEventFilter, CacheEventConverter, Set)
, but assumes the filter and/or the converter will be done in the same data format as it's stored in the cache. -
Uses of CacheEventFilter in org.infinispan.notifications.cachelistener
Fields in org.infinispan.notifications.cachelistener declared as CacheEventFilter Modifier and Type Field Description protected CacheEventFilter<? super K,? super V>
CacheNotifierImpl.BaseCacheEntryListenerInvocation. filter
Methods in org.infinispan.notifications.cachelistener that return CacheEventFilter Modifier and Type Method Description CacheEventFilter<? super K,? super V>
CacheEntryListenerInvocation. getFilter()
CacheEventFilter<? super K,? super V>
CacheNotifierImpl.BaseCacheEntryListenerInvocation. getFilter()
CacheEventFilter<? super K,? super V>
CacheNotifierImpl.CacheInvocationBuilder. getFilter()
Methods in org.infinispan.notifications.cachelistener with parameters of type CacheEventFilter Modifier and Type Method Description <C> void
CacheNotifierImpl. addFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
<C> void
CacheNotifierImpl. addFilteredListener(ListenerHolder listenerHolder, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
<C> void
CacheNotifierImpl. addListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter)
<C> void
CacheNotifierImpl. addListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, ClassLoader classLoader)
Adds the listener using the provided filter converter and class loader.<C> void
CacheNotifierImpl. addListener(ListenerHolder listenerHolder, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, ClassLoader classLoader)
<C> void
CacheNotifierImpl. addStorageFormatFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
CacheNotifierImpl.CacheInvocationBuilder
CacheNotifierImpl.CacheInvocationBuilder. setFilter(CacheEventFilter<? super K,? super V> filter)
protected <C> void
CacheNotifierImpl.CacheInvocationBuilder. wireDependencies(CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter)
Constructors in org.infinispan.notifications.cachelistener with parameters of type CacheEventFilter Constructor Description BaseCacheEntryListenerInvocation(ListenerInvocation<Event<K,V>> invocation, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,?> converter, Class<? extends Annotation> annotation, boolean onlyPrimary, boolean clustered, UUID identifier, boolean sync, Listener.Observation observation, Set<Class<? extends Annotation>> filterAnnotations, DataConversion keyDataConversion, DataConversion valueDataConversion, boolean useStorageFormat)
ClusteredListenerInvocation(ListenerInvocation<Event<K,V>> invocation, QueueingSegmentListener<K,V,CacheEntryEvent<K,V>> handler, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,?> converter, Class<? extends Annotation> annotation, boolean onlyPrimary, UUID identifier, boolean sync, Listener.Observation observation, Set<Class<? extends Annotation>> filterAnnotations, DataConversion keyDataConversion, DataConversion valueDataConversion, boolean useStorageFormat)
-
Uses of CacheEventFilter in org.infinispan.notifications.cachelistener.cluster
Constructors in org.infinispan.notifications.cachelistener.cluster with parameters of type CacheEventFilter Constructor Description ClusterListenerReplicateCallable(UUID identifier, Address origin, CacheEventFilter<K,V> filter, CacheEventConverter<K,V,?> converter, boolean sync, Set<Class<? extends Annotation>> filterAnnotations, DataConversion keyDataConversion, DataConversion valueDataConversion, boolean useStorageFormat)
-
Uses of CacheEventFilter in org.infinispan.notifications.cachelistener.filter
Subinterfaces of CacheEventFilter in org.infinispan.notifications.cachelistener.filter Modifier and Type Interface Description interface
CacheEventFilterConverter<K,V,C>
This interface is an optimization that can be used when an event filter and converter are most efficiently used as the same object composing the filtering and conversion in the same method invocation.interface
IndexedFilter<K,V,C>
A marker interface for filters that can be handled efficiently by aFilterIndexingServiceProvider
.Classes in org.infinispan.notifications.cachelistener.filter that implement CacheEventFilter Modifier and Type Class Description class
AbstractCacheEventFilterConverter<K,V,C>
This is a base class that should be used when implementing a CacheEventFilterConverter that provides default implementations for theaccept(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)
andConverter.convert(Object, Object, org.infinispan.metadata.Metadata)
methods so they just call theCacheEventFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)
method and then do the right thing.class
CompositeCacheEventFilter<K,V>
Allows AND-composing several cache event filters.class
KeyFilterAsCacheEventFilter<K>
CacheEventFilter that implements it's filtering solely on the use of the provided KeyFilterclass
KeyValueFilterAsCacheEventFilter<K,V>
CacheEventFilter that implements it's filtering solely on the use of the provided KeyValueFilterclass
KeyValueFilterConverterAsCacheEventFilterConverter<K,V,C>
CacheEventFilterConverter
that uses an underlyingKeyValueFilterConverter
to do the conversion and filtering.class
PostCacheEventFilter<K,V>
A Filter that only allows post events to be accepted.Methods in org.infinispan.notifications.cachelistener.filter that return CacheEventFilter Modifier and Type Method Description <K,V>
CacheEventFilter<K,V>CacheEventFilterFactory. getFilter(Object[] params)
Retrieves a cache event filter instance from this factory.CacheEventFilter<? super K,? super V>
DelegatingCacheEntryListenerInvocation. getFilter()
Constructors in org.infinispan.notifications.cachelistener.filter with parameters of type CacheEventFilter Constructor Description CacheEventFilterAsKeyValueFilter(CacheEventFilter<K,V> filter)
CompositeCacheEventFilter(CacheEventFilter<? super K,? super V>... filters)
-
Uses of CacheEventFilter in org.infinispan.persistence.remote.upgrade
Classes in org.infinispan.persistence.remote.upgrade that implement CacheEventFilter Modifier and Type Class Description class
RemovedFilter<K,V>
-
Uses of CacheEventFilter in org.infinispan.query.continuous.impl
Classes in org.infinispan.query.continuous.impl that implement CacheEventFilter Modifier and Type Class Description class
IckleContinuousQueryCacheEventFilterConverter<K,V,C>
-
Uses of CacheEventFilter in org.infinispan.query.dsl.embedded.impl
Classes in org.infinispan.query.dsl.embedded.impl that implement CacheEventFilter Modifier and Type Class Description class
IckleCacheEventFilterConverter<K,V,C>
-
Uses of CacheEventFilter in org.infinispan.security.impl
Methods in org.infinispan.security.impl with parameters of type CacheEventFilter Modifier and Type Method Description <C> void
SecureCacheImpl. addFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
<C> void
SecureCacheImpl. addListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter)
<C> void
SecureCacheImpl. addStorageFormatFilteredListener(Object listener, CacheEventFilter<? super K,? super V> filter, CacheEventConverter<? super K,? super V,C> converter, Set<Class<? extends Annotation>> filterAnnotations)
-