Uses of Interface
org.infinispan.filter.Converter
Packages that use Converter
Package
Description
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
Cache-specific notifications and eventing filtering classes.-
Uses of Converter in org.infinispan.filter
Subinterfaces of Converter in org.infinispan.filterModifier and TypeInterfaceDescriptioninterfaceKeyValueFilterConverter<K,V, C> This interface is an optimization that can be used when a filter and converter are most efficiently used as the same object composing the filtering and conversion in the same method invocation.Classes in org.infinispan.filter that implement ConverterModifier and TypeClassDescriptionclassThis is a base class that should be used when implementing a KeyValueFilterConverter that provides default implementations for theKeyValueFilter.accept(Object, Object, org.infinispan.metadata.Metadata)andconvert(Object, Object, org.infinispan.metadata.Metadata)methods so they just call theKeyValueFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata)method and then do the right thing.Methods in org.infinispan.filter with parameters of type ConverterModifier and TypeMethodDescriptionstatic <K,V, C> Function<CacheEntry<K, V>, CacheEntry<K, C>> Creates a newFunctionusing the provided converter as a basis for the operation. -
Uses of Converter in org.infinispan.notifications.cachelistener.filter
Classes in org.infinispan.notifications.cachelistener.filter that implement ConverterModifier and TypeClassDescriptionclassConverter that is implemented by using the provided CacheEventConverter.class