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

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

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

Methods in org.apache.hive.service.cli.thrift that return TCloseOperationReq
 TCloseOperationReq TCloseOperationReq.deepCopy()
           
 TCloseOperationReq TCLIService.CloseOperation_args.getReq()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TCloseOperationReq
 TCloseOperationResp ThriftCLIService.CloseOperation(TCloseOperationReq req)
           
 TCloseOperationResp TCLIService.Iface.CloseOperation(TCloseOperationReq req)
           
 TCloseOperationResp TCLIService.Client.CloseOperation(TCloseOperationReq req)
           
 void TCLIService.AsyncIface.CloseOperation(TCloseOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.CloseOperation_call> resultHandler)
           
 void TCLIService.AsyncClient.CloseOperation(TCloseOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.CloseOperation_call> resultHandler)
           
 int TCloseOperationReq.compareTo(TCloseOperationReq other)
           
 boolean TCloseOperationReq.equals(TCloseOperationReq that)
           
 void TCLIService.Client.send_CloseOperation(TCloseOperationReq req)
           
 void TCLIService.CloseOperation_args.setReq(TCloseOperationReq req)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TCloseOperationReq
TCLIService.AsyncClient.CloseOperation_call(TCloseOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.CloseOperation_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
TCLIService.CloseOperation_args(TCloseOperationReq req)
           
TCloseOperationReq(TCloseOperationReq other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation