org.apache.cassandra.transport
Class Message.Request

java.lang.Object
  extended by org.apache.cassandra.transport.Message
      extended by org.apache.cassandra.transport.Message.Request
Direct Known Subclasses:
CredentialsMessage, ExecuteMessage, OptionsMessage, PrepareMessage, QueryMessage, RegisterMessage, StartupMessage
Enclosing class:
Message

public abstract static class Message.Request
extends Message


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  boolean tracingRequested
           
 
Fields inherited from class org.apache.cassandra.transport.Message
connection, logger, type
 
Constructor Summary
protected Message.Request(Message.Type type)
           
 
Method Summary
abstract  Message.Response execute(QueryState queryState)
           
 boolean isTracingRequested()
           
 void setTracingRequested()
           
 
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

tracingRequested

protected boolean tracingRequested
Constructor Detail

Message.Request

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

execute

public abstract Message.Response execute(QueryState queryState)

setTracingRequested

public void setTracingRequested()

isTracingRequested

public boolean isTracingRequested()


Copyright © 2013 The Apache Software Foundation