|
||||||||||
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.DropKeyspaceStatement
public class DropKeyspaceStatement
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 | |
---|---|
DropKeyspaceStatement(java.lang.String keyspace)
|
Method Summary | |
---|---|
void |
announceMigration()
|
void |
validate(ClientState state)
Perform additional validation required by the statment. |
Methods inherited from class org.apache.cassandra.cql3.statements.SchemaAlteringStatement |
---|
checkAccess, 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 DropKeyspaceStatement(java.lang.String keyspace)
Method Detail |
---|
public void validate(ClientState state) throws org.apache.cassandra.thrift.InvalidRequestException, org.apache.cassandra.thrift.SchemaDisagreementException
CQLStatement
validate
in interface CQLStatement
validate
in class SchemaAlteringStatement
state
- the current client state
org.apache.cassandra.thrift.InvalidRequestException
org.apache.cassandra.thrift.SchemaDisagreementException
public void announceMigration() throws ConfigurationException
announceMigration
in class SchemaAlteringStatement
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |