Class IClientRPCService.Client

    • Constructor Detail

      • Client

        public Client​(org.apache.thrift.protocol.TProtocol prot)
      • Client

        public Client​(org.apache.thrift.protocol.TProtocol iprot,
                      org.apache.thrift.protocol.TProtocol oprot)
    • Method Detail

      • send_executeQueryStatementV2

        public void send_executeQueryStatementV2​(TSExecuteStatementReq req)
                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeQueryStatementV2

        public TSExecuteStatementResp recv_executeQueryStatementV2()
                                                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeUpdateStatementV2

        public void send_executeUpdateStatementV2​(TSExecuteStatementReq req)
                                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeUpdateStatementV2

        public TSExecuteStatementResp recv_executeUpdateStatementV2()
                                                             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeStatementV2

        public void send_executeStatementV2​(TSExecuteStatementReq req)
                                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeStatementV2

        public TSExecuteStatementResp recv_executeStatementV2()
                                                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeRawDataQueryV2

        public void send_executeRawDataQueryV2​(TSRawDataQueryReq req)
                                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeRawDataQueryV2

        public TSExecuteStatementResp recv_executeRawDataQueryV2()
                                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeLastDataQueryV2

        public void send_executeLastDataQueryV2​(TSLastDataQueryReq req)
                                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeLastDataQueryV2

        public TSExecuteStatementResp recv_executeLastDataQueryV2()
                                                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeFastLastDataQueryForOneDeviceV2

        public void send_executeFastLastDataQueryForOneDeviceV2​(TSFastLastDataQueryForOneDeviceReq req)
                                                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeFastLastDataQueryForOneDeviceV2

        public TSExecuteStatementResp recv_executeFastLastDataQueryForOneDeviceV2()
                                                                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeAggregationQueryV2

        public void send_executeAggregationQueryV2​(TSAggregationQueryReq req)
                                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeAggregationQueryV2

        public TSExecuteStatementResp recv_executeAggregationQueryV2()
                                                              throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeGroupByQueryIntervalQuery

        public void send_executeGroupByQueryIntervalQuery​(TSGroupByQueryIntervalReq req)
                                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeGroupByQueryIntervalQuery

        public TSExecuteStatementResp recv_executeGroupByQueryIntervalQuery()
                                                                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_fetchResultsV2

        public void send_fetchResultsV2​(TSFetchResultsReq req)
                                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_fetchResultsV2

        public TSFetchResultsResp recv_fetchResultsV2()
                                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_openSession

        public void send_openSession​(TSOpenSessionReq req)
                              throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_openSession

        public TSOpenSessionResp recv_openSession()
                                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_closeSession

        public void send_closeSession​(TSCloseSessionReq req)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_closeSession

        public TSStatus recv_closeSession()
                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeStatement

        public void send_executeStatement​(TSExecuteStatementReq req)
                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeStatement

        public TSExecuteStatementResp recv_executeStatement()
                                                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeBatchStatement

        public void send_executeBatchStatement​(TSExecuteBatchStatementReq req)
                                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeBatchStatement

        public TSStatus recv_executeBatchStatement()
                                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeQueryStatement

        public void send_executeQueryStatement​(TSExecuteStatementReq req)
                                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeQueryStatement

        public TSExecuteStatementResp recv_executeQueryStatement()
                                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeUpdateStatement

        public void send_executeUpdateStatement​(TSExecuteStatementReq req)
                                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeUpdateStatement

        public TSExecuteStatementResp recv_executeUpdateStatement()
                                                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_fetchResults

        public void send_fetchResults​(TSFetchResultsReq req)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_fetchResults

        public TSFetchResultsResp recv_fetchResults()
                                             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_fetchMetadata

        public void send_fetchMetadata​(TSFetchMetadataReq req)
                                throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_fetchMetadata

        public TSFetchMetadataResp recv_fetchMetadata()
                                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_cancelOperation

        public void send_cancelOperation​(TSCancelOperationReq req)
                                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_cancelOperation

        public TSStatus recv_cancelOperation()
                                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_closeOperation

        public void send_closeOperation​(TSCloseOperationReq req)
                                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_closeOperation

        public TSStatus recv_closeOperation()
                                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_getTimeZone

        public void send_getTimeZone​(long sessionId)
                              throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_getTimeZone

        public TSGetTimeZoneResp recv_getTimeZone()
                                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_setTimeZone

        public void send_setTimeZone​(TSSetTimeZoneReq req)
                              throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_setTimeZone

        public TSStatus recv_setTimeZone()
                                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_getProperties

        public void send_getProperties()
                                throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_getProperties

        public ServerProperties recv_getProperties()
                                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_setStorageGroup

        public void send_setStorageGroup​(long sessionId,
                                         String storageGroup)
                                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_setStorageGroup

        public TSStatus recv_setStorageGroup()
                                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_createTimeseries

        public void send_createTimeseries​(TSCreateTimeseriesReq req)
                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_createTimeseries

        public TSStatus recv_createTimeseries()
                                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_createAlignedTimeseries

        public void send_createAlignedTimeseries​(TSCreateAlignedTimeseriesReq req)
                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_createAlignedTimeseries

        public TSStatus recv_createAlignedTimeseries()
                                              throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_createMultiTimeseries

        public void send_createMultiTimeseries​(TSCreateMultiTimeseriesReq req)
                                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_createMultiTimeseries

        public TSStatus recv_createMultiTimeseries()
                                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_deleteTimeseries

        public void send_deleteTimeseries​(long sessionId,
                                          List<String> path)
                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_deleteTimeseries

        public TSStatus recv_deleteTimeseries()
                                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_deleteStorageGroups

        public void send_deleteStorageGroups​(long sessionId,
                                             List<String> storageGroup)
                                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_deleteStorageGroups

        public TSStatus recv_deleteStorageGroups()
                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_insertRecord

        public void send_insertRecord​(TSInsertRecordReq req)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_insertRecord

        public TSStatus recv_insertRecord()
                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_insertStringRecord

        public void send_insertStringRecord​(TSInsertStringRecordReq req)
                                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_insertStringRecord

        public TSStatus recv_insertStringRecord()
                                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_insertTablet

        public void send_insertTablet​(TSInsertTabletReq req)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_insertTablet

        public TSStatus recv_insertTablet()
                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_insertTablets

        public void send_insertTablets​(TSInsertTabletsReq req)
                                throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_insertTablets

        public TSStatus recv_insertTablets()
                                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_insertRecords

        public void send_insertRecords​(TSInsertRecordsReq req)
                                throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_insertRecords

        public TSStatus recv_insertRecords()
                                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_insertRecordsOfOneDevice

        public void send_insertRecordsOfOneDevice​(TSInsertRecordsOfOneDeviceReq req)
                                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_insertRecordsOfOneDevice

        public TSStatus recv_insertRecordsOfOneDevice()
                                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_insertStringRecordsOfOneDevice

        public void send_insertStringRecordsOfOneDevice​(TSInsertStringRecordsOfOneDeviceReq req)
                                                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_insertStringRecordsOfOneDevice

        public TSStatus recv_insertStringRecordsOfOneDevice()
                                                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_insertStringRecords

        public void send_insertStringRecords​(TSInsertStringRecordsReq req)
                                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_insertStringRecords

        public TSStatus recv_insertStringRecords()
                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_testInsertTablet

        public void send_testInsertTablet​(TSInsertTabletReq req)
                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_testInsertTablet

        public TSStatus recv_testInsertTablet()
                                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_testInsertTablets

        public void send_testInsertTablets​(TSInsertTabletsReq req)
                                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_testInsertTablets

        public TSStatus recv_testInsertTablets()
                                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_testInsertRecord

        public void send_testInsertRecord​(TSInsertRecordReq req)
                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_testInsertRecord

        public TSStatus recv_testInsertRecord()
                                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_testInsertStringRecord

        public void send_testInsertStringRecord​(TSInsertStringRecordReq req)
                                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_testInsertStringRecord

        public TSStatus recv_testInsertStringRecord()
                                             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_testInsertRecords

        public void send_testInsertRecords​(TSInsertRecordsReq req)
                                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_testInsertRecords

        public TSStatus recv_testInsertRecords()
                                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_testInsertRecordsOfOneDevice

        public void send_testInsertRecordsOfOneDevice​(TSInsertRecordsOfOneDeviceReq req)
                                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_testInsertRecordsOfOneDevice

        public TSStatus recv_testInsertRecordsOfOneDevice()
                                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_testInsertStringRecords

        public void send_testInsertStringRecords​(TSInsertStringRecordsReq req)
                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_testInsertStringRecords

        public TSStatus recv_testInsertStringRecords()
                                              throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_deleteData

        public void send_deleteData​(TSDeleteDataReq req)
                             throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_deleteData

        public TSStatus recv_deleteData()
                                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeRawDataQuery

        public void send_executeRawDataQuery​(TSRawDataQueryReq req)
                                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeRawDataQuery

        public TSExecuteStatementResp recv_executeRawDataQuery()
                                                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeLastDataQuery

        public void send_executeLastDataQuery​(TSLastDataQueryReq req)
                                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeLastDataQuery

        public TSExecuteStatementResp recv_executeLastDataQuery()
                                                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_executeAggregationQuery

        public void send_executeAggregationQuery​(TSAggregationQueryReq req)
                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_executeAggregationQuery

        public TSExecuteStatementResp recv_executeAggregationQuery()
                                                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • requestStatementId

        public long requestStatementId​(long sessionId)
                                throws org.apache.thrift.TException
        Specified by:
        requestStatementId in interface IClientRPCService.Iface
        Throws:
        org.apache.thrift.TException
      • send_requestStatementId

        public void send_requestStatementId​(long sessionId)
                                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_requestStatementId

        public long recv_requestStatementId()
                                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_createSchemaTemplate

        public void send_createSchemaTemplate​(TSCreateSchemaTemplateReq req)
                                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_createSchemaTemplate

        public TSStatus recv_createSchemaTemplate()
                                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_appendSchemaTemplate

        public void send_appendSchemaTemplate​(TSAppendSchemaTemplateReq req)
                                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_appendSchemaTemplate

        public TSStatus recv_appendSchemaTemplate()
                                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_pruneSchemaTemplate

        public void send_pruneSchemaTemplate​(TSPruneSchemaTemplateReq req)
                                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_pruneSchemaTemplate

        public TSStatus recv_pruneSchemaTemplate()
                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_querySchemaTemplate

        public void send_querySchemaTemplate​(TSQueryTemplateReq req)
                                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_querySchemaTemplate

        public TSQueryTemplateResp recv_querySchemaTemplate()
                                                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_setSchemaTemplate

        public void send_setSchemaTemplate​(TSSetSchemaTemplateReq req)
                                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_setSchemaTemplate

        public TSStatus recv_setSchemaTemplate()
                                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_unsetSchemaTemplate

        public void send_unsetSchemaTemplate​(TSUnsetSchemaTemplateReq req)
                                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_unsetSchemaTemplate

        public TSStatus recv_unsetSchemaTemplate()
                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_dropSchemaTemplate

        public void send_dropSchemaTemplate​(TSDropSchemaTemplateReq req)
                                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_dropSchemaTemplate

        public TSStatus recv_dropSchemaTemplate()
                                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_createTimeseriesUsingSchemaTemplate

        public void send_createTimeseriesUsingSchemaTemplate​(TCreateTimeseriesUsingSchemaTemplateReq req)
                                                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_createTimeseriesUsingSchemaTemplate

        public TSStatus recv_createTimeseriesUsingSchemaTemplate()
                                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_handshake

        public void send_handshake​(TSyncIdentityInfo info)
                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_handshake

        public TSStatus recv_handshake()
                                throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_sendPipeData

        public void send_sendPipeData​(ByteBuffer buff)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_sendPipeData

        public TSStatus recv_sendPipeData()
                                   throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_sendFile

        public void send_sendFile​(TSyncTransportMetaInfo metaInfo,
                                  ByteBuffer buff)
                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_sendFile

        public TSStatus recv_sendFile()
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_pipeTransfer

        public void send_pipeTransfer​(TPipeTransferReq req)
                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_pipeTransfer

        public TPipeTransferResp recv_pipeTransfer()
                                            throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_getBackupConfiguration

        public void send_getBackupConfiguration()
                                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_getBackupConfiguration

        public TSBackupConfigurationResp recv_getBackupConfiguration()
                                                              throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_fetchAllConnectionsInfo

        public void send_fetchAllConnectionsInfo()
                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_fetchAllConnectionsInfo

        public TSConnectionInfoResp recv_fetchAllConnectionsInfo()
                                                          throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException