public class AlterKeyspaceStatement extends SchemaAlteringStatement
ParsedStatement.Prepared
cfName
Constructor and Description |
---|
AlterKeyspaceStatement(java.lang.String name,
KSPropDefs attrs) |
Modifier and Type | Method and Description |
---|---|
boolean |
announceMigration()
Announces the migration to other nodes in the cluster.
|
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, getBoundTerms, prepare, prepareKeyspace
columnFamily
getBoundVariables, setBoundVariables
public AlterKeyspaceStatement(java.lang.String name, KSPropDefs attrs)
public java.lang.String keyspace()
keyspace
in class CFStatement
public void checkAccess(ClientState state) throws UnauthorizedException, InvalidRequestException
CQLStatement
state
- the current client stateUnauthorizedException
InvalidRequestException
public void validate(ClientState state) throws RequestValidationException
CQLStatement
state
- the current client stateRequestValidationException
public boolean announceMigration() throws RequestValidationException
SchemaAlteringStatement
announceMigration
in class SchemaAlteringStatement
RequestValidationException
public ResultMessage.SchemaChange.Change changeType()
changeType
in class SchemaAlteringStatement
Copyright © 2015 The Apache Software Foundation