Interface | Description |
---|---|
ConfigurableIndexDefinitionProvider | |
IndexDefinition |
IndexDefinition allow to set up a blueprint for creating secondary index structures in Redis. |
IndexDefinition.Condition<T> | |
IndexDefinitionProvider |
IndexDefinitionProvider give access to IndexDefinition s for creating secondary index structures. |
IndexDefinitionRegistry |
Registry that allows adding
IndexDefinition . |
IndexValueTransformer |
Converter implementation that is used to transform values for usage in a particular secondary index. |
PathBasedRedisIndexDefinition |
IndexDefinition that is based on a property paths. |
Class | Description |
---|---|
GeoIndexDefinition | |
IndexConfiguration |
IndexConfiguration allows programmatic setup of indexes. |
IndexDefinition.IndexingContext |
Context in which a particular value is about to get indexed.
|
RedisIndexDefinition |
Base
IndexDefinition implementation. |
RedisIndexDefinition.CompositeValueTransformer | |
RedisIndexDefinition.OrCondition<T> | |
RedisIndexDefinition.PathCondition | |
SimpleIndexDefinition |
PathBasedRedisIndexDefinition for including property values in a secondary index. |
SpelIndexDefinition |
SpelIndexDefinition defines index that is evaluated based on a SpelExpression requires the
SpelIndexResolver to be evaluated. |
Enum | Description |
---|---|
RedisIndexDefinition.LowercaseIndexValueTransformer | |
RedisIndexDefinition.NoOpValueTransformer |
Annotation Type | Description |
---|---|
GeoIndexed |
Mark properties value to be included in a secondary index.
|
Indexed |
Mark properties value to be included in a secondary index.
|
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.