Uses of Interface
org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverter
Packages that use CacheEventFilterConverter
-
Uses of CacheEventFilterConverter in org.infinispan.notifications.cachelistener.filter
Subinterfaces of CacheEventFilterConverter in org.infinispan.notifications.cachelistener.filterModifier and TypeInterfaceDescriptioninterfaceIndexedFilter<K,V, C> A marker interface for filters that can be handled efficiently by aFilterIndexingServiceProvider.Classes in org.infinispan.notifications.cachelistener.filter that implement CacheEventFilterConverterModifier and TypeClassDescriptionclassThis 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 theCacheEventFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)method and then do the right thing.classCacheEventFilterConverterthat uses an underlyingKeyValueFilterConverterto do the conversion and filtering.Methods in org.infinispan.notifications.cachelistener.filter that return CacheEventFilterConverterModifier and TypeMethodDescription<K,V, C> CacheEventFilterConverter <K, V, C> CacheEventFilterConverterFactory.getFilterConverter(Object[] params) Retrieves a cache event filter and converter instance from this factory.Constructors in org.infinispan.notifications.cachelistener.filter with parameters of type CacheEventFilterConverterModifierConstructorDescriptionCacheEventFilterConverterAsKeyValueFilterConverter(CacheEventFilterConverter<K, V, C> cacheEventFilterConverter)