com.datastax.cassandra.transport
Class Message.Response

java.lang.Object
  extended by com.datastax.cassandra.transport.Message
      extended by com.datastax.cassandra.transport.Message.Response
Direct Known Subclasses:
AuthChallenge, AuthenticateMessage, AuthSuccess, ErrorMessage, EventMessage, ReadyMessage, ResultMessage, SupportedMessage
Enclosing class:
Message

public abstract static class Message.Response
extends Message


Nested Class Summary
 
Nested classes/interfaces inherited from class com.datastax.cassandra.transport.Message
Message.Codec<M extends Message>, Message.Direction, Message.ProtocolDecoder, Message.ProtocolEncoder, Message.Request, Message.Response, Message.Type
 
Field Summary
protected  UUID tracingId
           
 
Fields inherited from class com.datastax.cassandra.transport.Message
connection, logger, type
 
Constructor Summary
protected Message.Response(Message.Type type)
           
 
Method Summary
 UUID getTracingId()
           
 Message setTracingId(UUID tracingId)
           
 
Methods inherited from class com.datastax.cassandra.transport.Message
attach, connection, encode, getStreamId, setStreamId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tracingId

protected UUID tracingId
Constructor Detail

Message.Response

protected Message.Response(Message.Type type)
Method Detail

setTracingId

public Message setTracingId(UUID tracingId)

getTracingId

public UUID getTracingId()


Copyright © 2013. All Rights Reserved.