|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RequestValidationException in org.apache.cassandra.cql |
---|
Methods in org.apache.cassandra.cql that throw RequestValidationException | |
---|---|
static org.apache.cassandra.thrift.CqlResult |
QueryProcessor.process(java.lang.String queryString,
ClientState clientState)
|
static org.apache.cassandra.thrift.CqlResult |
QueryProcessor.processPrepared(CQLStatement statement,
ClientState clientState,
java.util.List<java.nio.ByteBuffer> variables)
|
static org.apache.cassandra.thrift.CqlResult |
QueryProcessor.processStatement(CQLStatement statement,
ClientState clientState,
java.util.List<java.nio.ByteBuffer> variables)
|
Uses of RequestValidationException in org.apache.cassandra.cql3 |
---|
Methods in org.apache.cassandra.cql3 that throw RequestValidationException | |
---|---|
KSMetaData |
KSPropDefs.asKSMetadata(java.lang.String ksName)
|
KSMetaData |
KSPropDefs.asKSMetadataUpdate(KSMetaData old)
|
ResultMessage |
CQLStatement.execute(ClientState state,
java.util.List<java.nio.ByteBuffer> variables)
Execute the statement and return the resulting result or null if there is no result. |
static ResultMessage.Prepared |
QueryProcessor.prepare(java.lang.String queryString,
ClientState clientState)
|
static ResultMessage |
QueryProcessor.process(java.lang.String queryString,
ClientState clientState)
|
static ResultMessage |
QueryProcessor.processPrepared(CQLStatement statement,
ClientState clientState,
java.util.List<java.nio.ByteBuffer> variables)
|
void |
CQLStatement.validate(ClientState state)
Perform additional validation required by the statment. |
Uses of RequestValidationException in org.apache.cassandra.cql3.statements |
---|
Methods in org.apache.cassandra.cql3.statements that throw RequestValidationException | |
---|---|
void |
AlterKeyspaceStatement.announceMigration()
|
void |
AlterTableStatement.announceMigration()
|
void |
CreateColumnFamilyStatement.announceMigration()
|
void |
CreateKeyspaceStatement.announceMigration()
|
abstract void |
SchemaAlteringStatement.announceMigration()
|
void |
CreateColumnFamilyStatement.applyPropertiesTo(CFMetaData cfmd)
|
ResultMessage |
ModificationStatement.execute(ClientState state,
java.util.List<java.nio.ByteBuffer> variables)
|
ResultMessage |
SchemaAlteringStatement.execute(ClientState state,
java.util.List<java.nio.ByteBuffer> variables)
|
ResultMessage.Rows |
SelectStatement.execute(ClientState state,
java.util.List<java.nio.ByteBuffer> variables)
|
ResultSet |
SelectStatement.executeInternal(ClientState state,
java.util.List<java.nio.ByteBuffer> variables)
|
CFMetaData |
CreateColumnFamilyStatement.getCFMetaData()
Returns a CFMetaData instance based on the parameters parsed from this CREATE statement, or defaults where applicable. |
java.util.List<IMutation> |
BatchStatement.getMutations(ClientState clientState,
java.util.List<java.nio.ByteBuffer> variables)
|
java.util.List<IMutation> |
DeleteStatement.getMutations(ClientState clientState,
java.util.List<java.nio.ByteBuffer> variables)
|
abstract java.util.List<IMutation> |
ModificationStatement.getMutations(ClientState clientState,
java.util.List<java.nio.ByteBuffer> variables)
Convert statement into a list of mutations to apply on the server |
java.util.List<IMutation> |
UpdateStatement.getMutations(ClientState clientState,
java.util.List<java.nio.ByteBuffer> variables)
Convert statement into a list of mutations to apply on the server |
ParsedStatement.Prepared |
CreateColumnFamilyStatement.RawStatement.prepare()
Transform this raw statement into a CreateColumnFamilyStatement. |
abstract ParsedStatement.Prepared |
ParsedStatement.prepare()
|
java.util.Map<java.nio.ByteBuffer,ColumnGroupMap> |
ModificationStatement.readRows(java.util.List<java.nio.ByteBuffer> keys,
ColumnNameBuilder builder,
CompositeType composite)
|
void |
AlterKeyspaceStatement.validate(ClientState state)
|
void |
CreateKeyspaceStatement.validate(ClientState state)
The CqlParser only goes as far as extracting the keyword arguments
from these statements, so this method is responsible for processing and
validating. |
void |
DropKeyspaceStatement.validate(ClientState state)
|
void |
SchemaAlteringStatement.validate(ClientState state)
|
Uses of RequestValidationException in org.apache.cassandra.db |
---|
Subclasses of RequestValidationException in org.apache.cassandra.db | |
---|---|
class |
KeyspaceNotDefinedException
|
Uses of RequestValidationException in org.apache.cassandra.exceptions |
---|
Subclasses of RequestValidationException in org.apache.cassandra.exceptions | |
---|---|
class |
AlreadyExistsException
|
class |
ConfigurationException
|
class |
InvalidRequestException
|
class |
SyntaxException
|
class |
UnauthorizedException
|
Uses of RequestValidationException in org.apache.cassandra.thrift |
---|
Methods in org.apache.cassandra.thrift with parameters of type RequestValidationException | |
---|---|
static org.apache.cassandra.thrift.InvalidRequestException |
ThriftConversion.toThrift(RequestValidationException e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |