Uses of Class
org.apache.cassandra.transport.Message.Type

Packages that use Message.Type
org.apache.cassandra.transport   
 

Uses of Message.Type in org.apache.cassandra.transport
 

Fields in org.apache.cassandra.transport declared as Message.Type
 Message.Type Frame.Header.type
           
 Message.Type Message.type
           
 

Methods in org.apache.cassandra.transport that return Message.Type
static Message.Type Message.Type.fromOpcode(int opcode, Message.Direction direction)
           
static Message.Type Message.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Message.Type[] Message.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cassandra.transport with parameters of type Message.Type
 void ServerConnection.applyStateTransition(Message.Type requestType, Message.Type responseType)
           
static Frame Frame.create(Message.Type type, int streamId, java.util.EnumSet<Frame.Header.Flag> flags, org.jboss.netty.buffer.ChannelBuffer body, Connection connection)
           
 void ServerConnection.validateNewMessage(Message.Type type)
           
 

Constructors in org.apache.cassandra.transport with parameters of type Message.Type
Message.Request(Message.Type type)
           
Message.Response(Message.Type type)
           
Message(Message.Type type)
           
 



Copyright © 2012 The Apache Software Foundation