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