Interface IClientRPCService.AsyncIface
-
- All Known Implementing Classes:
IClientRPCService.AsyncClient
- Enclosing class:
- IClientRPCService
public static interface IClientRPCService.AsyncIface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappendSchemaTemplate(TSAppendSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidcancelOperation(TSCancelOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidcloseOperation(TSCloseOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidcloseSession(TSCloseSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidcreateAlignedTimeseries(TSCreateAlignedTimeseriesReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidcreateMultiTimeseries(TSCreateMultiTimeseriesReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidcreateSchemaTemplate(TSCreateSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidcreateTimeseries(TSCreateTimeseriesReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidcreateTimeseriesUsingSchemaTemplate(TCreateTimeseriesUsingSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voiddeleteData(TSDeleteDataReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voiddeleteStorageGroups(long sessionId, List<String> storageGroup, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voiddeleteTimeseries(long sessionId, List<String> path, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voiddropSchemaTemplate(TSDropSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidexecuteAggregationQuery(TSAggregationQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteAggregationQueryV2(TSAggregationQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteBatchStatement(TSExecuteBatchStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidexecuteFastLastDataQueryForOneDeviceV2(TSFastLastDataQueryForOneDeviceReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteGroupByQueryIntervalQuery(TSGroupByQueryIntervalReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteLastDataQuery(TSLastDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteLastDataQueryV2(TSLastDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteQueryStatement(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteQueryStatementV2(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteRawDataQuery(TSRawDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteRawDataQueryV2(TSRawDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteStatement(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteStatementV2(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteUpdateStatement(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidexecuteUpdateStatementV2(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler)voidfetchAllConnectionsInfo(org.apache.thrift.async.AsyncMethodCallback<TSConnectionInfoResp> resultHandler)voidfetchMetadata(TSFetchMetadataReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchMetadataResp> resultHandler)voidfetchResults(TSFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler)voidfetchResultsV2(TSFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler)voidgetBackupConfiguration(org.apache.thrift.async.AsyncMethodCallback<TSBackupConfigurationResp> resultHandler)voidgetProperties(org.apache.thrift.async.AsyncMethodCallback<ServerProperties> resultHandler)voidgetTimeZone(long sessionId, org.apache.thrift.async.AsyncMethodCallback<TSGetTimeZoneResp> resultHandler)voidhandshake(TSyncIdentityInfo info, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidinsertRecord(TSInsertRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidinsertRecords(TSInsertRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidinsertRecordsOfOneDevice(TSInsertRecordsOfOneDeviceReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidinsertStringRecord(TSInsertStringRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidinsertStringRecords(TSInsertStringRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidinsertStringRecordsOfOneDevice(TSInsertStringRecordsOfOneDeviceReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidinsertTablet(TSInsertTabletReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidinsertTablets(TSInsertTabletsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidopenSession(TSOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TSOpenSessionResp> resultHandler)voidpipeTransfer(TPipeTransferReq req, org.apache.thrift.async.AsyncMethodCallback<TPipeTransferResp> resultHandler)voidpruneSchemaTemplate(TSPruneSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidquerySchemaTemplate(TSQueryTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSQueryTemplateResp> resultHandler)voidrequestStatementId(long sessionId, org.apache.thrift.async.AsyncMethodCallback<Long> resultHandler)voidsendFile(TSyncTransportMetaInfo metaInfo, ByteBuffer buff, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidsendPipeData(ByteBuffer buff, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidsetSchemaTemplate(TSSetSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidsetStorageGroup(long sessionId, String storageGroup, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidsetTimeZone(TSSetTimeZoneReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidtestInsertRecord(TSInsertRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidtestInsertRecords(TSInsertRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidtestInsertRecordsOfOneDevice(TSInsertRecordsOfOneDeviceReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidtestInsertStringRecord(TSInsertStringRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidtestInsertStringRecords(TSInsertStringRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidtestInsertTablet(TSInsertTabletReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidtestInsertTablets(TSInsertTabletsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidunsetSchemaTemplate(TSUnsetSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)
-
-
-
Method Detail
-
executeQueryStatementV2
void executeQueryStatementV2(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeUpdateStatementV2
void executeUpdateStatementV2(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeStatementV2
void executeStatementV2(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeRawDataQueryV2
void executeRawDataQueryV2(TSRawDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeLastDataQueryV2
void executeLastDataQueryV2(TSLastDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeFastLastDataQueryForOneDeviceV2
void executeFastLastDataQueryForOneDeviceV2(TSFastLastDataQueryForOneDeviceReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeAggregationQueryV2
void executeAggregationQueryV2(TSAggregationQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeGroupByQueryIntervalQuery
void executeGroupByQueryIntervalQuery(TSGroupByQueryIntervalReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
fetchResultsV2
void fetchResultsV2(TSFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
openSession
void openSession(TSOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TSOpenSessionResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
closeSession
void closeSession(TSCloseSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeStatement
void executeStatement(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeBatchStatement
void executeBatchStatement(TSExecuteBatchStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeQueryStatement
void executeQueryStatement(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeUpdateStatement
void executeUpdateStatement(TSExecuteStatementReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
fetchResults
void fetchResults(TSFetchResultsReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchResultsResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
fetchMetadata
void fetchMetadata(TSFetchMetadataReq req, org.apache.thrift.async.AsyncMethodCallback<TSFetchMetadataResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
cancelOperation
void cancelOperation(TSCancelOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
closeOperation
void closeOperation(TSCloseOperationReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getTimeZone
void getTimeZone(long sessionId, org.apache.thrift.async.AsyncMethodCallback<TSGetTimeZoneResp> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
setTimeZone
void setTimeZone(TSSetTimeZoneReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getProperties
void getProperties(org.apache.thrift.async.AsyncMethodCallback<ServerProperties> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setStorageGroup
void setStorageGroup(long sessionId, String storageGroup, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
createTimeseries
void createTimeseries(TSCreateTimeseriesReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createAlignedTimeseries
void createAlignedTimeseries(TSCreateAlignedTimeseriesReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createMultiTimeseries
void createMultiTimeseries(TSCreateMultiTimeseriesReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
deleteTimeseries
void deleteTimeseries(long sessionId, List<String> path, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
deleteStorageGroups
void deleteStorageGroups(long sessionId, List<String> storageGroup, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
insertRecord
void insertRecord(TSInsertRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertStringRecord
void insertStringRecord(TSInsertStringRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertTablet
void insertTablet(TSInsertTabletReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertTablets
void insertTablets(TSInsertTabletsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertRecords
void insertRecords(TSInsertRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertRecordsOfOneDevice
void insertRecordsOfOneDevice(TSInsertRecordsOfOneDeviceReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertStringRecordsOfOneDevice
void insertStringRecordsOfOneDevice(TSInsertStringRecordsOfOneDeviceReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertStringRecords
void insertStringRecords(TSInsertStringRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertTablet
void testInsertTablet(TSInsertTabletReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertTablets
void testInsertTablets(TSInsertTabletsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertRecord
void testInsertRecord(TSInsertRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertStringRecord
void testInsertStringRecord(TSInsertStringRecordReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertRecords
void testInsertRecords(TSInsertRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertRecordsOfOneDevice
void testInsertRecordsOfOneDevice(TSInsertRecordsOfOneDeviceReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertStringRecords
void testInsertStringRecords(TSInsertStringRecordsReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
deleteData
void deleteData(TSDeleteDataReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeRawDataQuery
void executeRawDataQuery(TSRawDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeLastDataQuery
void executeLastDataQuery(TSLastDataQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeAggregationQuery
void executeAggregationQuery(TSAggregationQueryReq req, org.apache.thrift.async.AsyncMethodCallback<TSExecuteStatementResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
requestStatementId
void requestStatementId(long sessionId, org.apache.thrift.async.AsyncMethodCallback<Long> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
createSchemaTemplate
void createSchemaTemplate(TSCreateSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
appendSchemaTemplate
void appendSchemaTemplate(TSAppendSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
pruneSchemaTemplate
void pruneSchemaTemplate(TSPruneSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
querySchemaTemplate
void querySchemaTemplate(TSQueryTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSQueryTemplateResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setSchemaTemplate
void setSchemaTemplate(TSSetSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
unsetSchemaTemplate
void unsetSchemaTemplate(TSUnsetSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
dropSchemaTemplate
void dropSchemaTemplate(TSDropSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createTimeseriesUsingSchemaTemplate
void createTimeseriesUsingSchemaTemplate(TCreateTimeseriesUsingSchemaTemplateReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
handshake
void handshake(TSyncIdentityInfo info, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
sendPipeData
void sendPipeData(ByteBuffer buff, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
sendFile
void sendFile(TSyncTransportMetaInfo metaInfo, ByteBuffer buff, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
pipeTransfer
void pipeTransfer(TPipeTransferReq req, org.apache.thrift.async.AsyncMethodCallback<TPipeTransferResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getBackupConfiguration
void getBackupConfiguration(org.apache.thrift.async.AsyncMethodCallback<TSBackupConfigurationResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
fetchAllConnectionsInfo
void fetchAllConnectionsInfo(org.apache.thrift.async.AsyncMethodCallback<TSConnectionInfoResp> resultHandler) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-