Uses of Class
org.apache.cassandra.transport.messages.ResultMessage.Kind

Packages that use ResultMessage.Kind
org.apache.cassandra.transport.messages   
 

Uses of ResultMessage.Kind in org.apache.cassandra.transport.messages
 

Fields in org.apache.cassandra.transport.messages declared as ResultMessage.Kind
 ResultMessage.Kind ResultMessage.kind
           
 

Methods in org.apache.cassandra.transport.messages that return ResultMessage.Kind
static ResultMessage.Kind ResultMessage.Kind.fromId(int id)
           
static ResultMessage.Kind ResultMessage.Kind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultMessage.Kind[] ResultMessage.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cassandra.transport.messages with parameters of type ResultMessage.Kind
ResultMessage(ResultMessage.Kind kind)
           
 



Copyright © 2013 The Apache Software Foundation