Package | Description |
---|---|
org.infinispan.filter |
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
|
org.infinispan.notifications.cachelistener.filter |
Cache -specific notifications and eventing filtering classes. |
Class and Description |
---|
AcceptAllKeyValueFilter
A key value filter that accepts all entries found.
|
CompositeKeyValueFilter
Allows AND-composing several key/value filters.
|
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 for
KeyValueFilterConverter instances |
Class and Description |
---|
AbstractKeyValueFilterConverter
This 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)
and Converter.convert(Object, Object, org.infinispan.metadata.Metadata) methods so they just call the
KeyValueFilterConverter.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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.