public interface IndexedFilter<K,V,C> extends CacheEventFilterConverter<K,V,C>
FilterIndexingServiceProvider
. Such
filters can still be executed by calling the CacheEventFilterConverter.filterAndConvert(K, V, org.infinispan.metadata.Metadata, V, org.infinispan.metadata.Metadata, org.infinispan.notifications.cachelistener.filter.EventType)
method but a FilterIndexingServiceProvider
could take advantage of this specific filter and execute it more efficiently by using
an alternative approach.filterAndConvert, format
accept
convert, useRequestFormat
Copyright © 2021 JBoss by Red Hat. All rights reserved.