org.apache.hive.service.cli.thrift
Class TCLIService.AsyncClient

java.lang.Object
  extended by org.apache.thrift.async.TAsyncClient
      extended by org.apache.hive.service.cli.thrift.TCLIService.AsyncClient
All Implemented Interfaces:
TCLIService.AsyncIface
Enclosing class:
TCLIService

public static class TCLIService.AsyncClient
extends org.apache.thrift.async.TAsyncClient
implements TCLIService.AsyncIface


Nested Class Summary
static class TCLIService.AsyncClient.CancelOperation_call
           
static class TCLIService.AsyncClient.CloseOperation_call
           
static class TCLIService.AsyncClient.CloseSession_call
           
static class TCLIService.AsyncClient.ExecuteStatement_call
           
static class TCLIService.AsyncClient.Factory
           
static class TCLIService.AsyncClient.FetchResults_call
           
static class TCLIService.AsyncClient.GetCatalogs_call
           
static class TCLIService.AsyncClient.GetColumns_call
           
static class TCLIService.AsyncClient.GetFunctions_call
           
static class TCLIService.AsyncClient.GetInfo_call
           
static class TCLIService.AsyncClient.GetOperationStatus_call
           
static class TCLIService.AsyncClient.GetResultSetMetadata_call
           
static class TCLIService.AsyncClient.GetSchemas_call
           
static class TCLIService.AsyncClient.GetTables_call
           
static class TCLIService.AsyncClient.GetTableTypes_call
           
static class TCLIService.AsyncClient.GetTypeInfo_call
           
static class TCLIService.AsyncClient.OpenSession_call
           
 
Field Summary
 
Fields inherited from class org.apache.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport
 
Constructor Summary
TCLIService.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
           
 
Method Summary
 void CancelOperation(TCancelOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.CancelOperation_call> resultHandler)
           
 void CloseOperation(TCloseOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.CloseOperation_call> resultHandler)
           
 void CloseSession(TCloseSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.CloseSession_call> resultHandler)
           
 void ExecuteStatement(TExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.ExecuteStatement_call> resultHandler)
           
 void FetchResults(TFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.FetchResults_call> resultHandler)
           
 void GetCatalogs(TGetCatalogsReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetCatalogs_call> resultHandler)
           
 void GetColumns(TGetColumnsReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetColumns_call> resultHandler)
           
 void GetFunctions(TGetFunctionsReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetFunctions_call> resultHandler)
           
 void GetInfo(TGetInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetInfo_call> resultHandler)
           
 void GetOperationStatus(TGetOperationStatusReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetOperationStatus_call> resultHandler)
           
 void GetResultSetMetadata(TGetResultSetMetadataReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetResultSetMetadata_call> resultHandler)
           
 void GetSchemas(TGetSchemasReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetSchemas_call> resultHandler)
           
 void GetTables(TGetTablesReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetTables_call> resultHandler)
           
 void GetTableTypes(TGetTableTypesReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetTableTypes_call> resultHandler)
           
 void GetTypeInfo(TGetTypeInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetTypeInfo_call> resultHandler)
           
 void OpenSession(TOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.OpenSession_call> resultHandler)
           
 
Methods inherited from class org.apache.thrift.async.TAsyncClient
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCLIService.AsyncClient

public TCLIService.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
                               org.apache.thrift.async.TAsyncClientManager clientManager,
                               org.apache.thrift.transport.TNonblockingTransport transport)
Method Detail

OpenSession

public void OpenSession(TOpenSessionReq req,
                        org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.OpenSession_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
OpenSession in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

CloseSession

public void CloseSession(TCloseSessionReq req,
                         org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.CloseSession_call> resultHandler)
                  throws org.apache.thrift.TException
Specified by:
CloseSession in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

GetInfo

public void GetInfo(TGetInfoReq req,
                    org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetInfo_call> resultHandler)
             throws org.apache.thrift.TException
Specified by:
GetInfo in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

ExecuteStatement

public void ExecuteStatement(TExecuteStatementReq req,
                             org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.ExecuteStatement_call> resultHandler)
                      throws org.apache.thrift.TException
Specified by:
ExecuteStatement in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

GetTypeInfo

public void GetTypeInfo(TGetTypeInfoReq req,
                        org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetTypeInfo_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
GetTypeInfo in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

GetCatalogs

public void GetCatalogs(TGetCatalogsReq req,
                        org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetCatalogs_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
GetCatalogs in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

GetSchemas

public void GetSchemas(TGetSchemasReq req,
                       org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetSchemas_call> resultHandler)
                throws org.apache.thrift.TException
Specified by:
GetSchemas in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

GetTables

public void GetTables(TGetTablesReq req,
                      org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetTables_call> resultHandler)
               throws org.apache.thrift.TException
Specified by:
GetTables in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

GetTableTypes

public void GetTableTypes(TGetTableTypesReq req,
                          org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetTableTypes_call> resultHandler)
                   throws org.apache.thrift.TException
Specified by:
GetTableTypes in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

GetColumns

public void GetColumns(TGetColumnsReq req,
                       org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetColumns_call> resultHandler)
                throws org.apache.thrift.TException
Specified by:
GetColumns in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

GetFunctions

public void GetFunctions(TGetFunctionsReq req,
                         org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetFunctions_call> resultHandler)
                  throws org.apache.thrift.TException
Specified by:
GetFunctions in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

GetOperationStatus

public void GetOperationStatus(TGetOperationStatusReq req,
                               org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetOperationStatus_call> resultHandler)
                        throws org.apache.thrift.TException
Specified by:
GetOperationStatus in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

CancelOperation

public void CancelOperation(TCancelOperationReq req,
                            org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.CancelOperation_call> resultHandler)
                     throws org.apache.thrift.TException
Specified by:
CancelOperation in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

CloseOperation

public void CloseOperation(TCloseOperationReq req,
                           org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.CloseOperation_call> resultHandler)
                    throws org.apache.thrift.TException
Specified by:
CloseOperation in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

GetResultSetMetadata

public void GetResultSetMetadata(TGetResultSetMetadataReq req,
                                 org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.GetResultSetMetadata_call> resultHandler)
                          throws org.apache.thrift.TException
Specified by:
GetResultSetMetadata in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException

FetchResults

public void FetchResults(TFetchResultsReq req,
                         org.apache.thrift.async.AsyncMethodCallback<TCLIService.AsyncClient.FetchResults_call> resultHandler)
                  throws org.apache.thrift.TException
Specified by:
FetchResults in interface TCLIService.AsyncIface
Throws:
org.apache.thrift.TException


Copyright © 2013 The Apache Software Foundation