org.apache.cassandra.cql
Class DropIndexStatement

java.lang.Object
  extended by org.apache.cassandra.cql.DropIndexStatement

public class DropIndexStatement
extends java.lang.Object


Field Summary
 java.lang.CharSequence index
           
 
Constructor Summary
DropIndexStatement(java.lang.String indexName)
           
 
Method Summary
 UpdateColumnFamily generateMutation(java.lang.String keyspace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public final java.lang.CharSequence index
Constructor Detail

DropIndexStatement

public DropIndexStatement(java.lang.String indexName)
Method Detail

generateMutation

public UpdateColumnFamily generateMutation(java.lang.String keyspace)
                                    throws org.apache.cassandra.thrift.InvalidRequestException,
                                           ConfigurationException,
                                           java.io.IOException
Throws:
org.apache.cassandra.thrift.InvalidRequestException
ConfigurationException
java.io.IOException


Copyright © 2011 The Apache Software Foundation