Uses of Class
com.datastax.astra.client.tables.definition.indexes.TableRegularIndexDefinition
Packages that use TableRegularIndexDefinition
Package
Description
Top package to interact with Tables.
Objects representing Table Indexes.
-
Uses of TableRegularIndexDefinition in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables with parameters of type TableRegularIndexDefinitionModifier and TypeMethodDescriptionvoidTable.createIndex(String idxName, TableRegularIndexDefinition idxDefinition, CreateIndexOptions idxOptions) Create a new index with the given description. -
Uses of TableRegularIndexDefinition in com.datastax.astra.client.tables.definition.indexes
Methods in com.datastax.astra.client.tables.definition.indexes that return TableRegularIndexDefinitionModifier and TypeMethodDescriptionTableRegularIndexDefinition.ascii(boolean ascii) Enables or disables ASCII encoding for the index.TableRegularIndexDefinition.caseSensitive(boolean caseSensitive) Sets whether the index should be case-sensitive.TableRegularIndexDefinition.column(String column, TableIndexMapTypes type) TableRegularIndexDefinition.normalize(boolean normalize) Enables or disables normalization for the index.TableRegularIndexDefinition.options(TableIndexDefinitionOptions options) Methods in com.datastax.astra.client.tables.definition.indexes with parameters of type TableRegularIndexDefinitionModifier and TypeMethodDescriptionTableRegularIndexDescriptor.definition(TableRegularIndexDefinition def) Constructors in com.datastax.astra.client.tables.definition.indexes with parameters of type TableRegularIndexDefinitionModifierConstructorDescriptionprotectedConstructor that accepts a set of index options.