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

Constructor Detail

Message.Request

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

execute

public abstract Message.Response execute()


Copyright © 2012 The Apache Software Foundation