Uses of Interface
org.springframework.data.redis.core.index.IndexDefinition
Package
Description
Abstractions for Redis secondary indexes.
-
Uses of IndexDefinition in org.springframework.data.redis.core.index
Modifier and TypeInterfaceDescriptioninterface
IndexDefinition
that is based on a property paths.Modifier and TypeClassDescriptionclass
class
BaseIndexDefinition
implementation.class
PathBasedRedisIndexDefinition
for including property values in a secondary index.class
SpelIndexDefinition
defines index that is evaluated based on aSpelExpression
requires theSpelIndexResolver
to be evaluated.Modifier and TypeMethodDescriptionIndexConfiguration.getIndexDefinitionsFor
(Serializable keyspace) IndexConfiguration.getIndexDefinitionsFor
(Serializable keyspace, String path) IndexDefinitionProvider.getIndexDefinitionsFor
(Serializable keyspace) Get the list ofIndexDefinition
for a givenkeyspace
.IndexDefinitionProvider.getIndexDefinitionsFor
(Serializable keyspace, String path) protected Iterable<? extends IndexDefinition>
IndexConfiguration.initialConfiguration()
Customization hook.Modifier and TypeMethodDescriptionvoid
IndexConfiguration.addIndexDefinition
(IndexDefinition indexDefinition) void
IndexDefinitionRegistry.addIndexDefinition
(IndexDefinition indexDefinition) Add givenIndexDefinition
.