Class CreateIndexSpecification

java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification<CreateIndexSpecification>
org.springframework.data.cassandra.core.cql.keyspace.CreateIndexSpecification
All Implemented Interfaces:
IndexDescriptor

public class CreateIndexSpecification extends IndexNameSpecification<CreateIndexSpecification> implements IndexDescriptor
Object to configure a CREATE INDEX specification.
Author:
Matthew T. Adams, David Webb, Mark Paluch