Interface IndexDescriptor
- All Known Implementing Classes:
CreateIndexSpecification
public interface IndexDescriptor
Describes an index.
- Author:
- Matthew T. Adams, David Webb
-
Method Summary
Modifier and TypeMethodDescription@Nullable com.datastax.oss.driver.api.core.CqlIdentifier@Nullable com.datastax.oss.driver.api.core.CqlIdentifiergetName()Returns the name of the index.@Nullable com.datastax.oss.driver.api.core.CqlIdentifierReturns the table name for the index@Nullable StringgetUsing()booleanisCustom()
-
Method Details
-
getName
@Nullable com.datastax.oss.driver.api.core.CqlIdentifier getName()Returns the name of the index. -
getTableName
@Nullable com.datastax.oss.driver.api.core.CqlIdentifier getTableName()Returns the table name for the index -
getColumnName
@Nullable com.datastax.oss.driver.api.core.CqlIdentifier getColumnName() -
getUsing
@Nullable String getUsing() -
isCustom
boolean isCustom()
-