Uses of Interface
org.infinispan.notifications.cachelistener.filter.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
Modifier and TypeInterfaceDescriptioninterface
IndexedFilter<K,
V, C> A marker interface for filters that can be handled efficiently by aFilterIndexingServiceProvider
.Modifier 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.Modifier and TypeMethodDescription<K,
V, C> CacheEventFilterConverter <K, V, C> CacheEventFilterConverterFactory.getFilterConverter
(Object[] params) Retrieves a cache event filter and converter instance from this factory.ModifierConstructorDescriptionCacheEventFilterConverterAsKeyValueFilterConverter
(CacheEventFilterConverter<K, V, C> cacheEventFilterConverter) -
Uses of CacheEventFilterConverter in org.infinispan.query
Modifier 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.