Uses of Class
org.apache.cassandra.thrift.CqlResultType

Packages that use CqlResultType
org.apache.cassandra.thrift   
 

Uses of CqlResultType in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift declared as CqlResultType
 CqlResultType CqlResult.type
           
 

Methods in org.apache.cassandra.thrift that return CqlResultType
static CqlResultType CqlResultType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 CqlResultType CqlResult.getType()
           
static CqlResultType CqlResultType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CqlResultType[] CqlResultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cassandra.thrift with parameters of type CqlResultType
 CqlResult CqlResult.setType(CqlResultType type)
           
 

Constructors in org.apache.cassandra.thrift with parameters of type CqlResultType
CqlResult(CqlResultType type)
           
 



Copyright © 2012 The Apache Software Foundation