org.apache.cassandra.cql3.statements
Class CreateIndexStatement
java.lang.Object
org.apache.cassandra.cql3.statements.ParsedStatement
org.apache.cassandra.cql3.statements.CFStatement
org.apache.cassandra.cql3.statements.SchemaAlteringStatement
org.apache.cassandra.cql3.statements.CreateIndexStatement
- All Implemented Interfaces:
- CQLStatement
public class CreateIndexStatement
- extends SchemaAlteringStatement
A CREATE INDEX
statement parsed from a CQL query.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateIndexStatement
public CreateIndexStatement(CFName name,
java.lang.String indexName,
ColumnIdentifier columnName)
checkAccess
public void checkAccess(ClientState state)
throws UnauthorizedException,
InvalidRequestException
- Description copied from interface:
CQLStatement
- Perform any access verification necessary for the statement.
- Parameters:
state
- the current client state
- Throws:
UnauthorizedException
InvalidRequestException
announceMigration
public void announceMigration()
throws InvalidRequestException,
ConfigurationException
- Specified by:
announceMigration
in class SchemaAlteringStatement
- Throws:
InvalidRequestException
ConfigurationException
changeType
public ResultMessage.SchemaChange.Change changeType()
- Specified by:
changeType
in class SchemaAlteringStatement
Copyright © 2013 The Apache Software Foundation