|
||||||||||
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
org.apache.cassandra.transport.messages.ResultMessage
public abstract class ResultMessage
Nested Class Summary | |
---|---|
static class |
ResultMessage.Kind
|
static class |
ResultMessage.Prepared
|
static class |
ResultMessage.Rows
|
static class |
ResultMessage.SchemaChange
|
static class |
ResultMessage.SetKeyspace
|
static class |
ResultMessage.Void
|
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 | |
---|---|
static Message.Codec<ResultMessage> |
codec
|
ResultMessage.Kind |
kind
|
Fields inherited from class org.apache.cassandra.transport.Message.Response |
---|
tracingId |
Fields inherited from class org.apache.cassandra.transport.Message |
---|
connection, logger, type |
Constructor Summary | |
---|---|
protected |
ResultMessage(ResultMessage.Kind kind)
|
Method Summary | |
---|---|
org.jboss.netty.buffer.ChannelBuffer |
encode()
|
protected abstract org.jboss.netty.buffer.ChannelBuffer |
encodeBody()
|
abstract org.apache.cassandra.thrift.CqlResult |
toThriftResult()
|
Methods inherited from class org.apache.cassandra.transport.Message.Response |
---|
getTracingId, setTracingId |
Methods inherited from class org.apache.cassandra.transport.Message |
---|
attach, connection, getStreamId, setStreamId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Message.Codec<ResultMessage> codec
public final ResultMessage.Kind kind
Constructor Detail |
---|
protected ResultMessage(ResultMessage.Kind kind)
Method Detail |
---|
public org.jboss.netty.buffer.ChannelBuffer encode()
encode
in class Message
protected abstract org.jboss.netty.buffer.ChannelBuffer encodeBody()
public abstract org.apache.cassandra.thrift.CqlResult toThriftResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |