Uses of Interface
org.infinispan.notifications.cachelistener.filter.IndexedFilter
-
Packages that use IndexedFilter Package Description org.infinispan.notifications.cachelistener.filter Cache
-specific notifications and eventing filtering classes.org.infinispan.query.continuous.impl org.infinispan.query.dsl.embedded.impl Query DSL implementation internals. -
-
Uses of IndexedFilter in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter with parameters of type IndexedFilter Modifier and Type Method Description <K,V>
voidFilterIndexingServiceProvider. registerListenerInvocations(boolean isClustered, boolean isPrimaryOnly, boolean filterAndConvert, IndexedFilter<?,?,?> indexedFilter, Map<Class<? extends Annotation>,List<DelegatingCacheEntryListenerInvocation<K,V>>> listeners, DataConversion keyDataConversion, DataConversion valueDataConversion)
boolean
FilterIndexingServiceProvider. supportsFilter(IndexedFilter<?,?,?> indexedFilter)
Reports whether this provider supports the given filter type. -
Uses of IndexedFilter in org.infinispan.query.continuous.impl
Classes in org.infinispan.query.continuous.impl that implement IndexedFilter Modifier and Type Class Description class
IckleContinuousQueryCacheEventFilterConverter<K,V,C>
Methods in org.infinispan.query.continuous.impl with parameters of type IndexedFilter Modifier and Type Method Description protected Matcher
IckleContinuousQueryFilterIndexingServiceProvider. getMatcher(IndexedFilter<?,?,?> indexedFilter)
protected Map<String,Object>
IckleContinuousQueryFilterIndexingServiceProvider. getNamedParameters(IndexedFilter<?,?,?> indexedFilter)
protected String
IckleContinuousQueryFilterIndexingServiceProvider. getQueryString(IndexedFilter<?,?,?> indexedFilter)
protected boolean
IckleContinuousQueryFilterIndexingServiceProvider. isDelta(IndexedFilter<?,?,?> indexedFilter)
boolean
IckleContinuousQueryFilterIndexingServiceProvider. supportsFilter(IndexedFilter<?,?,?> indexedFilter)
-
Uses of IndexedFilter in org.infinispan.query.dsl.embedded.impl
Classes in org.infinispan.query.dsl.embedded.impl that implement IndexedFilter Modifier and Type Class Description class
IckleCacheEventFilterConverter<K,V,C>
Methods in org.infinispan.query.dsl.embedded.impl with parameters of type IndexedFilter Modifier and Type Method Description protected abstract Matcher
BaseIckleFilterIndexingServiceProvider. getMatcher(IndexedFilter<?,?,?> indexedFilter)
protected Matcher
IckleFilterIndexingServiceProvider. getMatcher(IndexedFilter<?,?,?> indexedFilter)
protected abstract Map<String,Object>
BaseIckleFilterIndexingServiceProvider. getNamedParameters(IndexedFilter<?,?,?> indexedFilter)
protected Map<String,Object>
IckleFilterIndexingServiceProvider. getNamedParameters(IndexedFilter<?,?,?> indexedFilter)
protected abstract String
BaseIckleFilterIndexingServiceProvider. getQueryString(IndexedFilter<?,?,?> indexedFilter)
protected String
IckleFilterIndexingServiceProvider. getQueryString(IndexedFilter<?,?,?> indexedFilter)
protected abstract boolean
BaseIckleFilterIndexingServiceProvider. isDelta(IndexedFilter<?,?,?> indexedFilter)
protected boolean
IckleFilterIndexingServiceProvider. isDelta(IndexedFilter<?,?,?> indexedFilter)
<K,V>
voidBaseIckleFilterIndexingServiceProvider. registerListenerInvocations(boolean isClustered, boolean isPrimaryOnly, boolean filterAndConvert, IndexedFilter<?,?,?> indexedFilter, Map<Class<? extends Annotation>,List<DelegatingCacheEntryListenerInvocation<K,V>>> listeners, DataConversion keyDataConversion, DataConversion valueDataConversion)
boolean
IckleFilterIndexingServiceProvider. supportsFilter(IndexedFilter<?,?,?> indexedFilter)
-