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

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

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

Methods in org.apache.hive.service.cli.thrift that return TGetInfoResp
 TGetInfoResp TGetInfoResp.deepCopy()
           
 TGetInfoResp ThriftCLIService.GetInfo(TGetInfoReq req)
           
 TGetInfoResp TCLIService.Iface.GetInfo(TGetInfoReq req)
           
 TGetInfoResp TCLIService.Client.GetInfo(TGetInfoReq req)
           
 TGetInfoResp TCLIService.AsyncClient.GetInfo_call.getResult()
           
 TGetInfoResp TCLIService.GetInfo_result.getSuccess()
           
 TGetInfoResp TCLIService.Client.recv_GetInfo()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TGetInfoResp
 int TGetInfoResp.compareTo(TGetInfoResp other)
           
 boolean TGetInfoResp.equals(TGetInfoResp that)
           
 void TCLIService.GetInfo_result.setSuccess(TGetInfoResp success)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TGetInfoResp
TCLIService.GetInfo_result(TGetInfoResp success)
           
TGetInfoResp(TGetInfoResp other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation