public class DropIndexStatement extends SchemaAlteringStatement
ParsedStatement.Prepared| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
indexName |
cfName| Constructor and Description |
|---|
DropIndexStatement(java.lang.String indexName) |
| Modifier and Type | Method and Description |
|---|---|
void |
announceMigration() |
ResultMessage.SchemaChange.Change |
changeType() |
void |
checkAccess(ClientState state)
Perform any access verification necessary for the statement.
|
execute, executeInternal, prepare, prepareKeyspace, validatecolumnFamily, keyspacegetBoundTerms, setBoundTermsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBoundTermspublic void checkAccess(ClientState state) throws UnauthorizedException, InvalidRequestException
CQLStatementstate - the current client stateUnauthorizedExceptionInvalidRequestExceptionpublic ResultMessage.SchemaChange.Change changeType()
changeType in class SchemaAlteringStatementpublic void announceMigration()
throws InvalidRequestException,
ConfigurationException
announceMigration in class SchemaAlteringStatementInvalidRequestExceptionConfigurationExceptionCopyright © 2014 The Apache Software Foundation