Uses of Interface
org.springframework.data.redis.core.index.IndexDefinition
Packages that use IndexDefinition
Package
Description
Abstractions for Redis secondary indexes.
-
Uses of IndexDefinition in org.springframework.data.redis.core.index
Subinterfaces of IndexDefinition in org.springframework.data.redis.core.indexModifier and TypeInterfaceDescriptioninterfaceIndexDefinitionthat is based on a property paths.Classes in org.springframework.data.redis.core.index that implement IndexDefinitionModifier and TypeClassDescriptionclassclassBaseIndexDefinitionimplementation.classPathBasedRedisIndexDefinitionfor including property values in a secondary index.classSpelIndexDefinitiondefines index that is evaluated based on aSpelExpressionrequires theSpelIndexResolverto be evaluated.Methods in org.springframework.data.redis.core.index that return types with arguments of type IndexDefinitionModifier and TypeMethodDescriptionIndexConfiguration.getIndexDefinitionsFor(Serializable keyspace) IndexConfiguration.getIndexDefinitionsFor(Serializable keyspace, String path) IndexDefinitionProvider.getIndexDefinitionsFor(Serializable keyspace) Get the list ofIndexDefinitionfor a givenkeyspace.IndexDefinitionProvider.getIndexDefinitionsFor(Serializable keyspace, String path) protected Iterable<? extends IndexDefinition>IndexConfiguration.initialConfiguration()Customization hook.Methods in org.springframework.data.redis.core.index with parameters of type IndexDefinitionModifier and TypeMethodDescriptionvoidIndexConfiguration.addIndexDefinition(IndexDefinition indexDefinition) voidIndexDefinitionRegistry.addIndexDefinition(IndexDefinition indexDefinition) Add givenIndexDefinition.