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

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

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

Methods in org.apache.hive.service.cli.thrift that return TCloseOperationResp
 TCloseOperationResp ThriftCLIService.CloseOperation(TCloseOperationReq req)
           
 TCloseOperationResp TCLIService.Iface.CloseOperation(TCloseOperationReq req)
           
 TCloseOperationResp TCLIService.Client.CloseOperation(TCloseOperationReq req)
           
 TCloseOperationResp TCloseOperationResp.deepCopy()
           
 TCloseOperationResp TCLIService.AsyncClient.CloseOperation_call.getResult()
           
 TCloseOperationResp TCLIService.CloseOperation_result.getSuccess()
           
 TCloseOperationResp TCLIService.Client.recv_CloseOperation()
           
 

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

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



Copyright © 2012 The Apache Software Foundation