Interface IndexDescriptor

All Known Implementing Classes:
CreateIndexSpecification

public interface IndexDescriptor
Describes an index.
Author:
Matthew T. Adams, David Webb
  • Method Summary

    Modifier and Type
    Method
    Description
    com.datastax.oss.driver.api.core.CqlIdentifier
     
    com.datastax.oss.driver.api.core.CqlIdentifier
    Returns the name of the index.
    com.datastax.oss.driver.api.core.CqlIdentifier
    Returns the table name for the index
     
    boolean
     
  • Method Details

    • getName

      @Nullable com.datastax.oss.driver.api.core.CqlIdentifier 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

      @Nullable String getUsing()
    • isCustom

      boolean isCustom()