Uses of Class
org.apache.cassandra.transport.messages.ResultMessage
-
-
Uses of ResultMessage in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return ResultMessage Modifier and Type Method Description ResultMessage
CQLStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
Execute the statement and return the resulting result or null if there is no result.ResultMessage
CQLStatement. executeLocally(QueryState state, QueryOptions options)
Variant of execute used for internal query against the system tables, and thus only query the local node.ResultMessage
CustomPayloadMirroringQueryHandler. process(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
QueryHandler. process(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
static ResultMessage
QueryProcessor. process(java.lang.String queryString, ConsistencyLevel cl, QueryState queryState, long queryStartNanoTime)
ResultMessage
QueryProcessor. process(CQLStatement prepared, QueryState queryState, QueryOptions options, long queryStartNanoTime)
ResultMessage
QueryProcessor. process(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
CustomPayloadMirroringQueryHandler. processBatch(BatchStatement statement, QueryState state, BatchQueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
QueryHandler. processBatch(BatchStatement statement, QueryState state, BatchQueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
QueryProcessor. processBatch(BatchStatement batch, QueryState queryState, BatchQueryOptions options, long queryStartNanoTime)
ResultMessage
QueryProcessor. processBatch(BatchStatement statement, QueryState state, BatchQueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
CustomPayloadMirroringQueryHandler. processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
QueryHandler. processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
QueryProcessor. processPrepared(CQLStatement statement, QueryState queryState, QueryOptions options, long queryStartNanoTime)
ResultMessage
QueryProcessor. processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
QueryProcessor. processStatement(CQLStatement statement, QueryState queryState, QueryOptions options, long queryStartNanoTime)
-
Uses of ResultMessage in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return ResultMessage Modifier and Type Method Description ResultMessage
AlterRoleStatement. execute(ClientState state)
abstract ResultMessage
AuthenticationStatement. execute(ClientState state)
ResultMessage
AuthenticationStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
abstract ResultMessage
AuthorizationStatement. execute(ClientState state)
ResultMessage
AuthorizationStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage
BatchStatement. execute(QueryState queryState, BatchQueryOptions options, long queryStartNanoTime)
ResultMessage
BatchStatement. execute(QueryState queryState, QueryOptions options, long queryStartNanoTime)
ResultMessage
CreateRoleStatement. execute(ClientState state)
ResultMessage
DescribeStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage
DropRoleStatement. execute(ClientState state)
ResultMessage
GrantPermissionsStatement. execute(ClientState state)
ResultMessage
GrantRoleStatement. execute(ClientState state)
ResultMessage
ListPermissionsStatement. execute(ClientState state)
ResultMessage
ListRolesStatement. execute(ClientState state)
ResultMessage
ModificationStatement. execute(QueryState queryState, QueryOptions options, long queryStartNanoTime)
ResultMessage
RevokePermissionsStatement. execute(ClientState state)
ResultMessage
RevokeRoleStatement. execute(ClientState state)
ResultMessage
TruncateStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage
UseStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage
ModificationStatement. executeInternalWithCondition(QueryState state, QueryOptions options)
ResultMessage
ModificationStatement. executeInternalWithoutCondition(QueryState queryState, QueryOptions options, long queryStartNanoTime)
ResultMessage
AuthenticationStatement. executeLocally(QueryState state, QueryOptions options)
ResultMessage
AuthorizationStatement. executeLocally(QueryState state, QueryOptions options)
ResultMessage
BatchStatement. executeLocally(QueryState queryState, QueryOptions options)
ResultMessage
DescribeStatement. executeLocally(QueryState state, QueryOptions options)
ResultMessage
ModificationStatement. executeLocally(QueryState queryState, QueryOptions options)
ResultMessage
TruncateStatement. executeLocally(QueryState state, QueryOptions options)
ResultMessage
UseStatement. executeLocally(QueryState state, QueryOptions options)
protected ResultMessage
ListRolesStatement. formatResults(java.util.List<RoleResource> sortedRoles)
protected ResultMessage
ListUsersStatement. formatResults(java.util.List<RoleResource> sortedRoles)
-
Uses of ResultMessage in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema that return ResultMessage Modifier and Type Method Description ResultMessage
AlterSchemaStatement. execute(QueryState state, boolean locally)
ResultMessage
AlterSchemaStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage
AlterSchemaStatement. executeLocally(QueryState state, QueryOptions options)
-
Uses of ResultMessage in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport that return ResultMessage Modifier and Type Method Description ResultMessage
SimpleClient. execute(java.lang.String query, java.util.List<java.nio.ByteBuffer> values, ConsistencyLevel consistencyLevel)
ResultMessage
SimpleClient. execute(java.lang.String query, ConsistencyLevel consistency)
ResultMessage
SimpleClient. executePrepared(ResultMessage.Prepared prepared, java.util.List<java.nio.ByteBuffer> values, ConsistencyLevel consistency)
-
Uses of ResultMessage in org.apache.cassandra.transport.messages
Subclasses of ResultMessage in org.apache.cassandra.transport.messages Modifier and Type Class Description static class
ResultMessage.Prepared
static class
ResultMessage.Rows
static class
ResultMessage.SchemaChange
static class
ResultMessage.SetKeyspace
static class
ResultMessage.Void
Fields in org.apache.cassandra.transport.messages with type parameters of type ResultMessage Modifier and Type Field Description static Message.Codec<ResultMessage>
ResultMessage. codec
Message.Codec<ResultMessage>
ResultMessage.Kind. subcodec
static Message.Codec<ResultMessage>
ResultMessage.Prepared. subcodec
static Message.Codec<ResultMessage>
ResultMessage.Rows. subcodec
static Message.Codec<ResultMessage>
ResultMessage.SchemaChange. subcodec
static Message.Codec<ResultMessage>
ResultMessage.SetKeyspace. subcodec
static Message.Codec<ResultMessage>
ResultMessage.Void. subcodec
-