public class AlterKeyspaceStatement extends SchemaAlteringStatement
ParsedStatement.PreparedcfName| Constructor and Description |
|---|
AlterKeyspaceStatement(java.lang.String name,
KSPropDefs attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
announceMigration() |
ResultMessage.SchemaChange.Change |
changeType() |
void |
checkAccess(ClientState state)
Perform any access verification necessary for the statement.
|
java.lang.String |
keyspace() |
void |
validate(ClientState state)
Perform additional validation required by the statment.
|
execute, executeInternal, prepare, prepareKeyspacecolumnFamilygetBoundTerms, setBoundTermsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBoundTermspublic AlterKeyspaceStatement(java.lang.String name,
KSPropDefs attrs)
public java.lang.String keyspace()
keyspace in class CFStatementpublic void checkAccess(ClientState state) throws UnauthorizedException, InvalidRequestException
CQLStatementstate - the current client stateUnauthorizedExceptionInvalidRequestExceptionpublic void validate(ClientState state) throws RequestValidationException
CQLStatementvalidate in interface CQLStatementvalidate in class SchemaAlteringStatementstate - the current client stateRequestValidationExceptionpublic void announceMigration()
throws RequestValidationException
announceMigration in class SchemaAlteringStatementRequestValidationExceptionpublic ResultMessage.SchemaChange.Change changeType()
changeType in class SchemaAlteringStatementCopyright © 2014 The Apache Software Foundation