Package | Description |
---|---|
org.infinispan.container |
Package that contains the interface describing the underlyling API for storage in Infinispan
|
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.filter |
Cache -specific notifications and eventing filtering classes. |
org.infinispan.persistence |
Persistence API.
|
org.infinispan.persistence.spi |
The Persistence SPI.
|
Class and Description |
---|
KeyFilter
Deprecated.
since 9.3 This will be replaced by
Predicate in the future |
KeyValueFilter
A filter for keys with their values.
|
Class and 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 by
Predicate in the future |
KeyFilterAsKeyValueFilter
KeyValueFilter that implements it's filtering solely on the use of the provided KeyFilter
|
KeyValueFilter
A filter for keys with their values.
|
KeyValueFilterAsKeyFilter
This is a KeyFilter that utilizes the given
KeyValueFilter 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 for
KeyValueFilterConverter instances |
Class and Description |
---|
KeyFilter
Deprecated.
since 9.3 This will be replaced by
Predicate in the future |
Class and Description |
---|
KeyFilter
Deprecated.
since 9.3 This will be replaced by
Predicate in the future |
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.
|
KeyFilter
Deprecated.
since 9.3 This will be replaced by
Predicate in the future |
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.
|
Class and Description |
---|
KeyFilter
Deprecated.
since 9.3 This will be replaced by
Predicate in the future |
Class and Description |
---|
KeyFilter
Deprecated.
since 9.3 This will be replaced by
Predicate in the future |
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.