|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.datastax.cassandra.transport.Message
com.datastax.cassandra.transport.Message.Request
com.datastax.cassandra.transport.messages.PrepareMessage
public class PrepareMessage
| 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 | |
|---|---|
static Message.Codec<PrepareMessage> |
codec
|
| Fields inherited from class com.datastax.cassandra.transport.Message.Request |
|---|
tracingRequested |
| Fields inherited from class com.datastax.cassandra.transport.Message |
|---|
connection, logger, type |
| Constructor Summary | |
|---|---|
PrepareMessage(String query)
|
|
| Method Summary | |
|---|---|
org.jboss.netty.buffer.ChannelBuffer |
encode()
|
String |
toString()
|
| Methods inherited from class com.datastax.cassandra.transport.Message.Request |
|---|
execute, isTracingRequested, setTracingRequested |
| Methods inherited from class com.datastax.cassandra.transport.Message |
|---|
attach, connection, getStreamId, setStreamId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Message.Codec<PrepareMessage> codec
| Constructor Detail |
|---|
public PrepareMessage(String query)
| Method Detail |
|---|
public org.jboss.netty.buffer.ChannelBuffer encode()
encode in class Messagepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||