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

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

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

Fields in com.datastax.cassandra.transport declared as Message.Direction
 Message.Direction Message.Type.direction
           
 

Methods in com.datastax.cassandra.transport that return Message.Direction
static Message.Direction Message.Direction.extractFromVersion(int versionWithDirection)
           
static Message.Direction Message.Direction.valueOf(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 com.datastax.cassandra.transport with parameters of type Message.Direction
static Message.Type Message.Type.fromOpcode(int opcode, Message.Direction direction)
           
 



Copyright © 2013. All Rights Reserved.