public class CreateIndexStatement extends SchemaAlteringStatement
CREATE INDEX
statement parsed from a CQL query.ParsedStatement.Prepared
cfName
Constructor and Description |
---|
CreateIndexStatement(CFName name,
java.lang.String indexName,
IndexTarget target,
IndexPropDefs properties,
boolean ifNotExists) |
Modifier and Type | Method and Description |
---|---|
boolean |
announceMigration(boolean isLocalOnly)
Announces the migration to other nodes in the cluster.
|
Event.SchemaChange |
changeEvent() |
void |
checkAccess(ClientState state)
Perform any access verification necessary for the statement.
|
void |
validate(ClientState state)
Perform additional validation required by the statment.
|
execute, executeInternal, getBoundTerms, prepare, prepareKeyspace
columnFamily, keyspace, prepareKeyspace
getBoundVariables, setBoundVariables
public CreateIndexStatement(CFName name, java.lang.String indexName, IndexTarget target, IndexPropDefs properties, boolean ifNotExists)
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(boolean isLocalOnly) throws RequestValidationException
SchemaAlteringStatement
announceMigration
in class SchemaAlteringStatement
RequestValidationException
public Event.SchemaChange changeEvent()
changeEvent
in class SchemaAlteringStatement
Copyright © 2014 The Apache Software Foundation