Interface IClientRPCService.AsyncIface

    • 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