Uses of Class
org.apache.hive.service.cli.thrift.TStatusCode

Packages that use TStatusCode
org.apache.hive.service.cli.thrift   
 

Uses of TStatusCode in org.apache.hive.service.cli.thrift
 

Methods in org.apache.hive.service.cli.thrift that return TStatusCode
static TStatusCode TStatusCode.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TStatusCode TStatus.getStatusCode()
           
static TStatusCode TStatusCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TStatusCode[] TStatusCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TStatusCode
 void TStatus.setStatusCode(TStatusCode statusCode)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TStatusCode
TStatus(TStatusCode statusCode)
           
 



Copyright © 2012 The Apache Software Foundation