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

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

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

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

Methods in org.apache.hive.service.cli.thrift with parameters of type TGetColumnsReq
 int TGetColumnsReq.compareTo(TGetColumnsReq other)
           
 boolean TGetColumnsReq.equals(TGetColumnsReq that)
           
 TGetColumnsResp ThriftCLIService.GetColumns(TGetColumnsReq req)
           
 TGetColumnsResp TCLIService.Iface.GetColumns(TGetColumnsReq req)
           
 TGetColumnsResp TCLIService.Client.GetColumns(TGetColumnsReq req)
           
 void TCLIService.AsyncIface.GetColumns(TGetColumnsReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetColumns_call> resultHandler)
           
 void TCLIService.AsyncClient.GetColumns(TGetColumnsReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetColumns_call> resultHandler)
           
 void TCLIService.Client.send_GetColumns(TGetColumnsReq req)
           
 void TCLIService.GetColumns_args.setReq(TGetColumnsReq req)
           
 

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



Copyright © 2012 The Apache Software Foundation