Class IndexNameSpecification<T extends IndexNameSpecification<T>>

java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification<T>
Type Parameters:
T - The subtype of the IndexNameSpecification
Direct Known Subclasses:
CreateIndexSpecification, DropIndexSpecification

public abstract class IndexNameSpecification<T extends IndexNameSpecification<T>> extends Object
Abstract builder class to support the construction of an index.
Author:
David Webb, Matthew T. Adams, Mark Paluch
  • Constructor Details

    • IndexNameSpecification

      protected IndexNameSpecification()
    • IndexNameSpecification

      protected IndexNameSpecification(com.datastax.oss.driver.api.core.CqlIdentifier name)
  • Method Details

    • getName

      @Nullable public com.datastax.oss.driver.api.core.CqlIdentifier getName()