Uses of Class
com.datastax.cassandra.transport.Message.Response

Packages that use Message.Response
com.datastax.cassandra.transport   
com.datastax.cassandra.transport.messages   
 

Uses of Message.Response in com.datastax.cassandra.transport
 

Methods in com.datastax.cassandra.transport that return Message.Response
 Message.Response Message.Request.execute(org.apache.cassandra.service.QueryState queryState)
           
 

Uses of Message.Response in com.datastax.cassandra.transport.messages
 

Subclasses of Message.Response in com.datastax.cassandra.transport.messages
 class AuthChallenge
          SASL challenge sent from client to server
 class AuthenticateMessage
          Message to indicate that the server is ready to receive requests.
 class AuthSuccess
          Indicates to the client that authentication has succeeded.
 class ErrorMessage
          Message to indicate an error to the client.
 class EventMessage
           
 class ReadyMessage
          Message to indicate that the server is ready to receive requests.
 class ResultMessage
           
static class ResultMessage.Prepared
           
static class ResultMessage.Rows
           
static class ResultMessage.SchemaChange
           
static class ResultMessage.SetKeyspace
           
static class ResultMessage.Void
           
 class SupportedMessage
          Message to indicate that the server is ready to receive requests.
 

Methods in com.datastax.cassandra.transport.messages that return Message.Response
 Message.Response StartupMessage.execute(org.apache.cassandra.service.QueryState state)
           
 



Copyright © 2013. All Rights Reserved.