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

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

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

Fields in org.apache.cassandra.transport declared as Message.Direction
 Message.Direction Message.Type.direction
           
 

Methods in org.apache.cassandra.transport that return Message.Direction
static Message.Direction Message.Direction.extractFromVersion(int versionWithDirection)
           
static Message.Direction Message.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Message.Direction[] Message.Direction.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.Direction
static Message.Type Message.Type.fromOpcode(int opcode, Message.Direction direction)
           
 



Copyright © 2013 The Apache Software Foundation