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

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

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

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

Methods in org.apache.hive.service.cli.thrift with parameters of type TFetchResultsReq
 int TFetchResultsReq.compareTo(TFetchResultsReq other)
           
 boolean TFetchResultsReq.equals(TFetchResultsReq that)
           
 TFetchResultsResp ThriftCLIService.FetchResults(TFetchResultsReq req)
           
 TFetchResultsResp TCLIService.Iface.FetchResults(TFetchResultsReq req)
           
 TFetchResultsResp TCLIService.Client.FetchResults(TFetchResultsReq req)
           
 void TCLIService.AsyncIface.FetchResults(TFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.FetchResults_call> resultHandler)
           
 void TCLIService.AsyncClient.FetchResults(TFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.FetchResults_call> resultHandler)
           
 void TCLIService.Client.send_FetchResults(TFetchResultsReq req)
           
 void TCLIService.FetchResults_args.setReq(TFetchResultsReq req)
           
 

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



Copyright © 2012 The Apache Software Foundation