Class DropIndexSpecification

java.lang.Object
org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification<DropIndexSpecification>
org.springframework.data.cassandra.core.cql.keyspace.DropIndexSpecification

public class DropIndexSpecification extends IndexNameSpecification<DropIndexSpecification>
Value object representing a DROP INDEX specification.
Author:
Matthew T. Adams, David Webb, Mark Paluch