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

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

Uses of TGetInfoType in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli that return TGetInfoType
 TGetInfoType GetInfoType.toTGetInfoType()
           
 

Methods in org.apache.hive.service.cli with parameters of type TGetInfoType
static GetInfoType GetInfoType.getGetInfoType(TGetInfoType tGetInfoType)
           
 

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

Methods in org.apache.hive.service.cli.thrift that return TGetInfoType
static TGetInfoType TGetInfoType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TGetInfoType TGetInfoReq.getInfoType()
           
static TGetInfoType TGetInfoType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TGetInfoType[] TGetInfoType.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 TGetInfoType
 void TGetInfoReq.setInfoType(TGetInfoType infoType)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TGetInfoType
TGetInfoReq(TSessionHandle sessionHandle, TGetInfoType infoType)
           
 



Copyright © 2012 The Apache Software Foundation