Uses of Package
org.infinispan.filter
-
Packages that use org.infinispan.filter Package Description org.infinispan.filter Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.org.infinispan.globalstate Global configuration state.org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces.org.infinispan.notifications.cachelistener Cache
-specific notifications and eventing.org.infinispan.notifications.cachelistener.filter Cache
-specific notifications and eventing filtering classes.org.infinispan.persistence Persistence API.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.server.hotrod org.infinispan.server.hotrod.event org.infinispan.server.hotrod.iteration -
Classes in org.infinispan.filter used by org.infinispan.filter Class Description AcceptAllKeyValueFilter A key value filter that accepts all entries found.CollectionKeyFilter Filter based on accepting/rejecting the keys that are present in a supplied collection.CompositeKeyFilter Allows AND-composing several filters.CompositeKeyValueFilter Allows AND-composing several key/value filters.Converter Converter that can be used to transform a given entry to a different value.KeyFilter Deprecated.since 9.3 This will be replaced byPredicate
in the futureKeyFilterAsKeyValueFilter KeyValueFilter that implements it's filtering solely on the use of the provided KeyFilterKeyValueFilter A filter for keys with their values.KeyValueFilterAsKeyFilter This is a KeyFilter that utilizes the givenKeyValueFilter
to determine if to filter the key.KeyValueFilterConverter 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.KeyValueFilterConverterFactory Factory forKeyValueFilterConverter
instances -
Classes in org.infinispan.filter used by org.infinispan.globalstate Class Description KeyFilter Deprecated.since 9.3 This will be replaced byPredicate
in the future -
Classes in org.infinispan.filter used by org.infinispan.notifications Class Description KeyFilter Deprecated.since 9.3 This will be replaced byPredicate
in the future -
Classes in org.infinispan.filter used by org.infinispan.notifications.cachelistener Class Description KeyFilter Deprecated.since 9.3 This will be replaced byPredicate
in the future -
Classes in org.infinispan.filter used by org.infinispan.notifications.cachelistener.filter Class Description AbstractKeyValueFilterConverter 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)
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 Converter that can be used to transform a given entry to a different value.KeyFilter Deprecated.since 9.3 This will be replaced byPredicate
in the futureKeyValueFilter A filter for keys with their values.KeyValueFilterConverter 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 used by org.infinispan.persistence Class Description KeyFilter Deprecated.since 9.3 This will be replaced byPredicate
in the future -
Classes in org.infinispan.filter used by org.infinispan.persistence.spi Class Description KeyFilter Deprecated.since 9.3 This will be replaced byPredicate
in the future -
Classes in org.infinispan.filter used by org.infinispan.server.hotrod Class Description KeyValueFilterConverterFactory Factory forKeyValueFilterConverter
instances -
Classes in org.infinispan.filter used by org.infinispan.server.hotrod.event Class Description NamedFactory -
Classes in org.infinispan.filter used by org.infinispan.server.hotrod.iteration Class Description AbstractKeyValueFilterConverter 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)
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 Converter that can be used to transform a given entry to a different value.KeyValueFilter A filter for keys with their values.KeyValueFilterConverter 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.KeyValueFilterConverterFactory Factory forKeyValueFilterConverter
instances