Uses of Interface
org.infinispan.notifications.cachelistener.filter.IndexedFilter
Packages that use IndexedFilter
-
Uses of IndexedFilter in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter with parameters of type IndexedFilterModifier and TypeMethodDescription<K,V> void FilterIndexingServiceProvider.registerListenerInvocations(boolean isClustered, boolean isPrimaryOnly, boolean filterAndConvert, IndexedFilter<?, ?, ?> indexedFilter, Map<Class<? extends Annotation>, List<DelegatingCacheEntryListenerInvocation<K, V>>> listeners, DataConversion keyDataConversion, DataConversion valueDataConversion) booleanFilterIndexingServiceProvider.supportsFilter(IndexedFilter<?, ?, ?> indexedFilter) Reports whether this provider supports the given filter type.