Uses of Class
org.apache.cassandra.transport.Message.Response

Packages that use Message.Response
org.apache.cassandra.transport   
org.apache.cassandra.transport.messages   
 

Uses of Message.Response in org.apache.cassandra.transport
 

Methods in org.apache.cassandra.transport that return Message.Response
abstract  Message.Response Message.Request.execute()
           
protected  Message.Response SimpleClient.execute(Message.Request request)
           
 

Uses of Message.Response in org.apache.cassandra.transport.messages
 

Subclasses of Message.Response in org.apache.cassandra.transport.messages
 class AuthenticateMessage
          Message to indicate that the server is ready to receive requests.
 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.SetKeyspace
           
static class ResultMessage.Void
           
 class SupportedMessage
          Message to indicate that the server is ready to receive requests.
 

Methods in org.apache.cassandra.transport.messages that return Message.Response
 Message.Response CredentialsMessage.execute()
           
 Message.Response ExecuteMessage.execute()
           
 Message.Response OptionsMessage.execute()
           
 Message.Response PrepareMessage.execute()
           
 Message.Response QueryMessage.execute()
           
 Message.Response RegisterMessage.execute()
           
 Message.Response StartupMessage.execute()
           
 



Copyright © 2012 The Apache Software Foundation