Class TCLIService.AsyncClient
- java.lang.Object
-
- org.apache.thrift.async.TAsyncClient
-
- com.databricks.jdbc.model.client.thrift.generated.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
-
Constructor Summary
Constructors Constructor Description AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidCancelDelegationToken(TCancelDelegationTokenReq req, org.apache.thrift.async.AsyncMethodCallback<TCancelDelegationTokenResp> resultHandler)voidCancelOperation(TCancelOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TCancelOperationResp> resultHandler)voidCloseOperation(TCloseOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TCloseOperationResp> resultHandler)voidCloseSession(TCloseSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TCloseSessionResp> resultHandler)voidExecuteStatement(TExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TExecuteStatementResp> resultHandler)voidFetchResults(TFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchResultsResp> resultHandler)voidGetCatalogs(TGetCatalogsReq req, org.apache.thrift.async.AsyncMethodCallback<TGetCatalogsResp> resultHandler)voidGetColumns(TGetColumnsReq req, org.apache.thrift.async.AsyncMethodCallback<TGetColumnsResp> resultHandler)voidGetCrossReference(TGetCrossReferenceReq req, org.apache.thrift.async.AsyncMethodCallback<TGetCrossReferenceResp> resultHandler)voidGetDelegationToken(TGetDelegationTokenReq req, org.apache.thrift.async.AsyncMethodCallback<TGetDelegationTokenResp> resultHandler)voidGetFunctions(TGetFunctionsReq req, org.apache.thrift.async.AsyncMethodCallback<TGetFunctionsResp> resultHandler)voidGetInfo(TGetInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetInfoResp> resultHandler)voidGetOperationStatus(TGetOperationStatusReq req, org.apache.thrift.async.AsyncMethodCallback<TGetOperationStatusResp> resultHandler)voidGetPrimaryKeys(TGetPrimaryKeysReq req, org.apache.thrift.async.AsyncMethodCallback<TGetPrimaryKeysResp> resultHandler)voidGetResultSetMetadata(TGetResultSetMetadataReq req, org.apache.thrift.async.AsyncMethodCallback<TGetResultSetMetadataResp> resultHandler)voidGetSchemas(TGetSchemasReq req, org.apache.thrift.async.AsyncMethodCallback<TGetSchemasResp> resultHandler)voidGetTables(TGetTablesReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTablesResp> resultHandler)voidGetTableTypes(TGetTableTypesReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTableTypesResp> resultHandler)voidGetTypeInfo(TGetTypeInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTypeInfoResp> resultHandler)voidOpenSession(TOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TOpenSessionResp> resultHandler)voidRenewDelegationToken(TRenewDelegationTokenReq req, org.apache.thrift.async.AsyncMethodCallback<TRenewDelegationTokenResp> resultHandler)
-
-
-
Method Detail
-
OpenSession
public void OpenSession(TOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TOpenSessionResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
OpenSessionin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
CloseSession
public void CloseSession(TCloseSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TCloseSessionResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
CloseSessionin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetInfo
public void GetInfo(TGetInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetInfoResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetInfoin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
ExecuteStatement
public void ExecuteStatement(TExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
ExecuteStatementin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetTypeInfo
public void GetTypeInfo(TGetTypeInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTypeInfoResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetTypeInfoin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetCatalogs
public void GetCatalogs(TGetCatalogsReq req, org.apache.thrift.async.AsyncMethodCallback<TGetCatalogsResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetCatalogsin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetSchemas
public void GetSchemas(TGetSchemasReq req, org.apache.thrift.async.AsyncMethodCallback<TGetSchemasResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetSchemasin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetTables
public void GetTables(TGetTablesReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTablesResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetTablesin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetTableTypes
public void GetTableTypes(TGetTableTypesReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTableTypesResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetTableTypesin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetColumns
public void GetColumns(TGetColumnsReq req, org.apache.thrift.async.AsyncMethodCallback<TGetColumnsResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetColumnsin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetFunctions
public void GetFunctions(TGetFunctionsReq req, org.apache.thrift.async.AsyncMethodCallback<TGetFunctionsResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetFunctionsin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetPrimaryKeys
public void GetPrimaryKeys(TGetPrimaryKeysReq req, org.apache.thrift.async.AsyncMethodCallback<TGetPrimaryKeysResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetPrimaryKeysin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetCrossReference
public void GetCrossReference(TGetCrossReferenceReq req, org.apache.thrift.async.AsyncMethodCallback<TGetCrossReferenceResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetCrossReferencein interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetOperationStatus
public void GetOperationStatus(TGetOperationStatusReq req, org.apache.thrift.async.AsyncMethodCallback<TGetOperationStatusResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetOperationStatusin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
CancelOperation
public void CancelOperation(TCancelOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TCancelOperationResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
CancelOperationin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
CloseOperation
public void CloseOperation(TCloseOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TCloseOperationResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
CloseOperationin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetResultSetMetadata
public void GetResultSetMetadata(TGetResultSetMetadataReq req, org.apache.thrift.async.AsyncMethodCallback<TGetResultSetMetadataResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetResultSetMetadatain interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
FetchResults
public void FetchResults(TFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchResultsResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
FetchResultsin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
GetDelegationToken
public void GetDelegationToken(TGetDelegationTokenReq req, org.apache.thrift.async.AsyncMethodCallback<TGetDelegationTokenResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
GetDelegationTokenin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
CancelDelegationToken
public void CancelDelegationToken(TCancelDelegationTokenReq req, org.apache.thrift.async.AsyncMethodCallback<TCancelDelegationTokenResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
CancelDelegationTokenin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
RenewDelegationToken
public void RenewDelegationToken(TRenewDelegationTokenReq req, org.apache.thrift.async.AsyncMethodCallback<TRenewDelegationTokenResp> resultHandler) throws org.apache.thrift.TException
- Specified by:
RenewDelegationTokenin interfaceTCLIService.AsyncIface- Throws:
org.apache.thrift.TException
-
-