Uses of Package
org.infinispan.filter
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.-
ClassDescriptionA key value filter that accepts all entries found.Allows AND-composing several key/value filters.Converter that can be used to transform a given entry to a different value.A filter for keys with their values.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.Factory for
KeyValueFilterConverter
instances -
ClassDescriptionThis is a base class that should be used when implementing a KeyValueFilterConverter that provides default implementations for the
KeyValueFilter.accept(Object, Object, org.infinispan.metadata.Metadata)
andConverter.convert(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.Converter that can be used to transform a given entry to a different value.A filter for keys with their values.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. -
-
-
ClassDescriptionThis is a base class that should be used when implementing a KeyValueFilterConverter that provides default implementations for the
KeyValueFilter.accept(Object, Object, org.infinispan.metadata.Metadata)
andConverter.convert(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.Converter that can be used to transform a given entry to a different value.A filter for keys with their values.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.Factory forKeyValueFilterConverter
instances