public class CreateTriggerStatement extends SchemaAlteringStatement
ParsedStatement.Prepared
cfName
Constructor and Description |
---|
CreateTriggerStatement(CFName name,
java.lang.String triggerName,
java.lang.String clazz) |
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.
|
void |
validate(ClientState state)
Perform additional validation required by the statment.
|
execute, executeInternal, getBoundTerms, prepare, prepareKeyspace
columnFamily, keyspace
getBoundVariables, setBoundVariables
public CreateTriggerStatement(CFName name, java.lang.String triggerName, java.lang.String clazz)
public void checkAccess(ClientState state) throws UnauthorizedException
CQLStatement
state
- the current client stateUnauthorizedException
public void validate(ClientState state) throws RequestValidationException
CQLStatement
state
- the current client stateRequestValidationException
public boolean announceMigration() throws ConfigurationException
SchemaAlteringStatement
announceMigration
in class SchemaAlteringStatement
ConfigurationException
public ResultMessage.SchemaChange.Change changeType()
changeType
in class SchemaAlteringStatement
Copyright © 2015 The Apache Software Foundation