Uses of Interface
org.infinispan.notifications.cachelistener.filter.IndexedFilter
-
Uses of IndexedFilter in org.infinispan.notifications.cachelistener.filter
Modifier 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) boolean
FilterIndexingServiceProvider.supportsFilter
(IndexedFilter<?, ?, ?> indexedFilter) Reports whether this provider supports the given filter type.