Uses of Interface
org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverter
Packages that use CacheEventFilterConverter
Package
Description
Cache
-specific notifications and eventing filtering classes.Query API that lets you perform Ickle queries and look up values in caches.
-
Uses of CacheEventFilterConverter in org.infinispan.notifications.cachelistener.filter
Subinterfaces of CacheEventFilterConverter in org.infinispan.notifications.cachelistener.filterModifier and TypeInterfaceDescriptioninterface
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 CacheEventFilterConverterModifier and TypeClassDescriptionclass
This is a base class that should be used when implementing a CacheEventFilterConverter that provides default implementations for theCacheEventFilter.accept(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 thefilterAndConvert(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)
method and then do the right thing.class
CacheEventFilterConverter
that uses an underlyingKeyValueFilterConverter
to do the conversion and filtering.Methods in org.infinispan.notifications.cachelistener.filter that return CacheEventFilterConverterModifier and TypeMethodDescription<K,
V, C> CacheEventFilterConverter <K, V, C> CacheEventFilterConverterFactory.getFilterConverter
(Object[] params) Retrieves a cache event filter and converter instance from this factory.Constructors in org.infinispan.notifications.cachelistener.filter with parameters of type CacheEventFilterConverterModifierConstructorDescriptionCacheEventFilterConverterAsKeyValueFilterConverter
(CacheEventFilterConverter<K, V, C> cacheEventFilterConverter) -
Uses of CacheEventFilterConverter in org.infinispan.query
Methods in org.infinispan.query that return CacheEventFilterConverterModifier and TypeMethodDescriptionstatic <K,
V> CacheEventFilterConverter <K, V, ObjectFilter.FilterResult> Search.makeFilter
(String queryString) Creates an event filter from an Ickle query string.static <K,
V> CacheEventFilterConverter <K, V, ObjectFilter.FilterResult> Search.makeFilter
(String queryString, Map<String, Object> namedParameters) Creates event filters from Ickle query strings.static <K,
V> CacheEventFilterConverter <K, V, ObjectFilter.FilterResult> Search.makeFilter
(Query<?> query) Creates event filters from Ickle query strings.