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 TypeInterfaceDescriptioninterface
KeyValueFilterConverter<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 TypeClassDescriptionclass
This 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 newFunction
using 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 TypeClassDescriptionclass
Converter that is implemented by using the provided CacheEventConverter.class
-
Uses of Converter in org.infinispan.server.iteration
Classes in org.infinispan.server.iteration that implement Converter -
Uses of Converter in org.infinispan.server.resp.filter
Classes in org.infinispan.server.resp.filter that implement ConverterModifier and TypeClassDescriptionclass
ComposedFilterConverter<K,
V, C> A filter which is composed of other filters.class
AKeyValueFilterConverter
which matches the key against a glob pattern.class
Filter based on theRespTypes
.