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

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

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

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

Methods in org.apache.hive.service.cli.thrift with parameters of type TGetTypeInfoReq
 int TGetTypeInfoReq.compareTo(TGetTypeInfoReq other)
           
 boolean TGetTypeInfoReq.equals(TGetTypeInfoReq that)
           
 TGetTypeInfoResp ThriftCLIService.GetTypeInfo(TGetTypeInfoReq req)
           
 TGetTypeInfoResp TCLIService.Iface.GetTypeInfo(TGetTypeInfoReq req)
           
 TGetTypeInfoResp TCLIService.Client.GetTypeInfo(TGetTypeInfoReq req)
           
 void TCLIService.AsyncIface.GetTypeInfo(TGetTypeInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetTypeInfo_call> resultHandler)
           
 void TCLIService.AsyncClient.GetTypeInfo(TGetTypeInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetTypeInfo_call> resultHandler)
           
 void TCLIService.Client.send_GetTypeInfo(TGetTypeInfoReq req)
           
 void TCLIService.GetTypeInfo_args.setReq(TGetTypeInfoReq req)
           
 

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



Copyright © 2012 The Apache Software Foundation