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

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

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

Methods in org.apache.hive.service.cli.thrift that return TCancelOperationResp
 TCancelOperationResp ThriftCLIService.CancelOperation(TCancelOperationReq req)
           
 TCancelOperationResp TCLIService.Iface.CancelOperation(TCancelOperationReq req)
           
 TCancelOperationResp TCLIService.Client.CancelOperation(TCancelOperationReq req)
           
 TCancelOperationResp TCancelOperationResp.deepCopy()
           
 TCancelOperationResp TCLIService.AsyncClient.CancelOperation_call.getResult()
           
 TCancelOperationResp TCLIService.CancelOperation_result.getSuccess()
           
 TCancelOperationResp TCLIService.Client.recv_CancelOperation()
           
 

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

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



Copyright © 2012 The Apache Software Foundation