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

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

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

Methods in org.apache.hive.service.cli.thrift that return TCloseSessionResp
 TCloseSessionResp ThriftCLIService.CloseSession(TCloseSessionReq req)
           
 TCloseSessionResp TCLIService.Iface.CloseSession(TCloseSessionReq req)
           
 TCloseSessionResp TCLIService.Client.CloseSession(TCloseSessionReq req)
           
 TCloseSessionResp TCloseSessionResp.deepCopy()
           
 TCloseSessionResp TCLIService.AsyncClient.CloseSession_call.getResult()
           
 TCloseSessionResp TCLIService.CloseSession_result.getSuccess()
           
 TCloseSessionResp TCLIService.Client.recv_CloseSession()
           
 

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

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



Copyright © 2012 The Apache Software Foundation