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 |
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 |
This package contains stores, which are used for overflow or persistence.
|
org.infinispan.persistence.file |
Simple filesystem-based
CacheWriter implementation. |
org.infinispan.persistence.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
org.infinispan.persistence.jpa |
JPA-based
AdvancedLoadWriteStore |
org.infinispan.persistence.remote |
HotRod-based
AdvancedLoadWriteStore |
org.infinispan.persistence.rest |
RESTful
AdvancedLoadWriteStore |
org.infinispan.persistence.spi |
The Persistence SPI
|
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
A filter for keys.
|
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
A filter for keys.
|
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
A filter for keys.
|
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
A filter for keys.
|
Class and Description |
---|
KeyFilter
A filter for keys.
|
Class and Description |
---|
KeyFilter
A filter for keys.
|
Class and Description |
---|
KeyFilter
A filter for keys.
|
Class and Description |
---|
KeyFilter
A filter for keys.
|
Class and Description |
---|
KeyFilter
A filter for keys.
|
Class and Description |
---|
KeyFilter
A filter for keys.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.