Uses of Class
com.datastax.cassandra.transport.Message.Type

Packages that use Message.Type
com.datastax.cassandra.transport   
 

Uses of Message.Type in com.datastax.cassandra.transport
 

Fields in com.datastax.cassandra.transport declared as Message.Type
 Message.Type Message.type
           
 Message.Type Frame.Header.type
           
 

Methods in com.datastax.cassandra.transport that return Message.Type
static Message.Type Message.Type.fromOpcode(int opcode, Message.Direction direction)
           
static Message.Type Message.Type.valueOf(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 com.datastax.cassandra.transport with parameters of type Message.Type
static Frame Frame.create(Message.Type type, int streamId, EnumSet<Frame.Header.Flag> flags, org.jboss.netty.buffer.ChannelBuffer body, Connection connection)
           
 

Constructors in com.datastax.cassandra.transport with parameters of type Message.Type
Message.Request(Message.Type type)
           
Message.Response(Message.Type type)
           
Message(Message.Type type)
           
 



Copyright © 2013. All Rights Reserved.