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

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

Uses of Message in com.datastax.cassandra.transport
 

Classes in com.datastax.cassandra.transport with type parameters of type Message
static interface Message.Codec<M extends Message>
           
 

Subclasses of Message in com.datastax.cassandra.transport
static class Message.Request
           
static class Message.Response
           
 

Methods in com.datastax.cassandra.transport that return Message
 Message Message.setStreamId(int streamId)
           
 Message Message.Response.setTracingId(UUID tracingId)
           
 

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

Subclasses of Message 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 AuthResponse
          A SASL token message sent from client to server.
 class AuthSuccess
          Indicates to the client that authentication has succeeded.
 class CredentialsMessage
          Message to indicate that the server is ready to receive requests.
 class ErrorMessage
          Message to indicate an error to the client.
 class EventMessage
           
 class ExecuteMessage
           
 class OptionsMessage
          Message to indicate that the server is ready to receive requests.
 class PrepareMessage
           
 class QueryMessage
          A CQL query
 class ReadyMessage
          Message to indicate that the server is ready to receive requests.
 class RegisterMessage
           
 class ResultMessage
           
static class ResultMessage.Prepared
           
static class ResultMessage.Rows
           
static class ResultMessage.SchemaChange
           
static class ResultMessage.SetKeyspace
           
static class ResultMessage.Void
           
 class StartupMessage
          The initial message of the protocol.
 class SupportedMessage
          Message to indicate that the server is ready to receive requests.
 



Copyright © 2013. All Rights Reserved.