|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql3.statements.ParsedStatement
org.apache.cassandra.cql3.statements.CFStatement
org.apache.cassandra.cql3.statements.SchemaAlteringStatement
org.apache.cassandra.cql3.statements.AlterKeyspaceStatement
public class AlterKeyspaceStatement
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.cassandra.cql3.statements.ParsedStatement |
---|
ParsedStatement.Prepared |
Field Summary |
---|
Fields inherited from class org.apache.cassandra.cql3.statements.CFStatement |
---|
cfName |
Constructor Summary | |
---|---|
AlterKeyspaceStatement(java.lang.String name,
KSPropDefs attrs)
|
Method Summary | |
---|---|
void |
announceMigration()
|
void |
checkAccess(ClientState state)
Perform any access verification necessary for the statement. |
void |
validate(ClientState state)
Perform additional validation required by the statment. |
Methods inherited from class org.apache.cassandra.cql3.statements.SchemaAlteringStatement |
---|
execute, prepare, prepareKeyspace |
Methods inherited from class org.apache.cassandra.cql3.statements.CFStatement |
---|
columnFamily, keyspace |
Methods inherited from class org.apache.cassandra.cql3.statements.ParsedStatement |
---|
getBoundsTerms, setBoundTerms |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cassandra.cql3.CQLStatement |
---|
getBoundsTerms |
Constructor Detail |
---|
public AlterKeyspaceStatement(java.lang.String name, KSPropDefs attrs)
Method Detail |
---|
public void checkAccess(ClientState state) throws InvalidRequestException
CQLStatement
state
- the current client state
InvalidRequestException
public void validate(ClientState state) throws InvalidRequestException, SchemaDisagreementException
CQLStatement
validate
in interface CQLStatement
validate
in class SchemaAlteringStatement
state
- the current client state
InvalidRequestException
SchemaDisagreementException
public void announceMigration() throws InvalidRequestException, ConfigurationException
announceMigration
in class SchemaAlteringStatement
InvalidRequestException
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |