Class IndexNameSpecification<T extends IndexNameSpecification<T>>
java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification<T>
- Type Parameters:
T
- The subtype of theIndexNameSpecification
- Direct Known Subclasses:
CreateIndexSpecification
,DropIndexSpecification
Abstract builder class to support the construction of an index.
- Author:
- David Webb, Matthew T. Adams, Mark Paluch
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
IndexNameSpecification
(com.datastax.oss.driver.api.core.CqlIdentifier name) -
Method Summary
-
Constructor Details
-
IndexNameSpecification
protected IndexNameSpecification() -
IndexNameSpecification
protected IndexNameSpecification(com.datastax.oss.driver.api.core.CqlIdentifier name)
-
-
Method Details
-
getName
-