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

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

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

Methods in org.apache.hive.service.cli.thrift that return TOpenSessionResp
 TOpenSessionResp TOpenSessionResp.deepCopy()
           
 TOpenSessionResp TCLIService.AsyncClient.OpenSession_call.getResult()
           
 TOpenSessionResp TCLIService.OpenSession_result.getSuccess()
           
 TOpenSessionResp ThriftCLIService.OpenSession(TOpenSessionReq req)
           
 TOpenSessionResp TCLIService.Iface.OpenSession(TOpenSessionReq req)
           
 TOpenSessionResp TCLIService.Client.OpenSession(TOpenSessionReq req)
           
 TOpenSessionResp TCLIService.Client.recv_OpenSession()
           
 

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

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



Copyright © 2012 The Apache Software Foundation