Uses of Class
com.datastax.astra.client.tables.definition.indexes.TableIndexDescriptor
Packages that use TableIndexDescriptor
Package
Description
Top package to interact with Tables.
Objects representing Table Indexes.
-
Uses of TableIndexDescriptor in com.datastax.astra.client.tables
Methods in com.datastax.astra.client.tables that return types with arguments of type TableIndexDescriptorModifier and TypeMethodDescriptionTable.listIndexes()Finds all the indices in the selected keyspace.Table.listIndexes(ListIndexesOptions listIndexesOptions) Finds all the indices in the selected keyspace. -
Uses of TableIndexDescriptor in com.datastax.astra.client.tables.definition.indexes
Subclasses of TableIndexDescriptor in com.datastax.astra.client.tables.definition.indexesModifier and TypeClassDescriptionclassRepresents a descriptor for a table index, including the table's name and associated index options.classRepresents a descriptor for a table index, including the table's name and associated index options.classDescriptor for a table vector index.Fields in com.datastax.astra.client.tables.definition.indexes with type parameters of type TableIndexDescriptorModifier and TypeFieldDescriptionprotected final Function<DEF, ? extends TableIndexDescriptor<DEF>> TableIndexDescriptor.constructorFunction to create a new instance of the subclass.Methods in com.datastax.astra.client.tables.definition.indexes that return TableIndexDescriptorModifier and TypeMethodDescriptionTableIndexDescriptor.definition(DEF def) Sets the index definition for the table.protected TableIndexDescriptor<DEF> TableIndexDescriptor.mapImpl(Consumer<TableIndexDescriptor<DEF>> updater) Generic method to create a new instance with modified properties.Sets the name of the table.Method parameters in com.datastax.astra.client.tables.definition.indexes with type arguments of type TableIndexDescriptorModifier and TypeMethodDescriptionprotected TableIndexDescriptor<DEF> TableIndexDescriptor.mapImpl(Consumer<TableIndexDescriptor<DEF>> updater) Generic method to create a new instance with modified properties.Constructor parameters in com.datastax.astra.client.tables.definition.indexes with type arguments of type TableIndexDescriptorModifierConstructorDescriptionprotectedTableIndexDescriptor(Function<DEF, ? extends TableIndexDescriptor<DEF>> constructor) Constructor that accepts a function for instance creation.