|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.transport.Message
org.apache.cassandra.transport.Message.Response
public abstract static class Message.Response
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.cassandra.transport.Message |
---|
Message.Codec<M extends Message>, Message.Direction, Message.Dispatcher, Message.ProtocolDecoder, Message.ProtocolEncoder, Message.Request, Message.Response, Message.Type |
Field Summary | |
---|---|
protected java.util.UUID |
tracingId
|
Fields inherited from class org.apache.cassandra.transport.Message |
---|
connection, logger, type |
Constructor Summary | |
---|---|
protected |
Message.Response(Message.Type type)
|
Method Summary | |
---|---|
java.util.UUID |
getTracingId()
|
Message |
setTracingId(java.util.UUID tracingId)
|
Methods inherited from class org.apache.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 |
---|
protected java.util.UUID tracingId
Constructor Detail |
---|
protected Message.Response(Message.Type type)
Method Detail |
---|
public Message setTracingId(java.util.UUID tracingId)
public java.util.UUID getTracingId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |