Interface IClientRPCService.Iface
-
- All Known Implementing Classes:
IClientRPCService.Client
- Enclosing class:
- IClientRPCService
public static interface IClientRPCService.Iface
-
-
Method Summary
-
-
-
Method Detail
-
executeQueryStatementV2
TSExecuteStatementResp executeQueryStatementV2(TSExecuteStatementReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeUpdateStatementV2
TSExecuteStatementResp executeUpdateStatementV2(TSExecuteStatementReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeStatementV2
TSExecuteStatementResp executeStatementV2(TSExecuteStatementReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeRawDataQueryV2
TSExecuteStatementResp executeRawDataQueryV2(TSRawDataQueryReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeLastDataQueryV2
TSExecuteStatementResp executeLastDataQueryV2(TSLastDataQueryReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeFastLastDataQueryForOneDeviceV2
TSExecuteStatementResp executeFastLastDataQueryForOneDeviceV2(TSFastLastDataQueryForOneDeviceReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeAggregationQueryV2
TSExecuteStatementResp executeAggregationQueryV2(TSAggregationQueryReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeGroupByQueryIntervalQuery
TSExecuteStatementResp executeGroupByQueryIntervalQuery(TSGroupByQueryIntervalReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
fetchResultsV2
TSFetchResultsResp fetchResultsV2(TSFetchResultsReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
openSession
TSOpenSessionResp openSession(TSOpenSessionReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
closeSession
TSStatus closeSession(TSCloseSessionReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeStatement
TSExecuteStatementResp executeStatement(TSExecuteStatementReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeBatchStatement
TSStatus executeBatchStatement(TSExecuteBatchStatementReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeQueryStatement
TSExecuteStatementResp executeQueryStatement(TSExecuteStatementReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeUpdateStatement
TSExecuteStatementResp executeUpdateStatement(TSExecuteStatementReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
fetchResults
TSFetchResultsResp fetchResults(TSFetchResultsReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
fetchMetadata
TSFetchMetadataResp fetchMetadata(TSFetchMetadataReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
cancelOperation
TSStatus cancelOperation(TSCancelOperationReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
closeOperation
TSStatus closeOperation(TSCloseOperationReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getTimeZone
TSGetTimeZoneResp getTimeZone(long sessionId) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setTimeZone
TSStatus setTimeZone(TSSetTimeZoneReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getProperties
ServerProperties getProperties() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setStorageGroup
TSStatus setStorageGroup(long sessionId, String storageGroup) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createTimeseries
TSStatus createTimeseries(TSCreateTimeseriesReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createAlignedTimeseries
TSStatus createAlignedTimeseries(TSCreateAlignedTimeseriesReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createMultiTimeseries
TSStatus createMultiTimeseries(TSCreateMultiTimeseriesReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
deleteTimeseries
TSStatus deleteTimeseries(long sessionId, List<String> path) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
deleteStorageGroups
TSStatus deleteStorageGroups(long sessionId, List<String> storageGroup) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertRecord
TSStatus insertRecord(TSInsertRecordReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertStringRecord
TSStatus insertStringRecord(TSInsertStringRecordReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertTablet
TSStatus insertTablet(TSInsertTabletReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertTablets
TSStatus insertTablets(TSInsertTabletsReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertRecords
TSStatus insertRecords(TSInsertRecordsReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertRecordsOfOneDevice
TSStatus insertRecordsOfOneDevice(TSInsertRecordsOfOneDeviceReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertStringRecordsOfOneDevice
TSStatus insertStringRecordsOfOneDevice(TSInsertStringRecordsOfOneDeviceReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
insertStringRecords
TSStatus insertStringRecords(TSInsertStringRecordsReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertTablet
TSStatus testInsertTablet(TSInsertTabletReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertTablets
TSStatus testInsertTablets(TSInsertTabletsReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertRecord
TSStatus testInsertRecord(TSInsertRecordReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertStringRecord
TSStatus testInsertStringRecord(TSInsertStringRecordReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertRecords
TSStatus testInsertRecords(TSInsertRecordsReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertRecordsOfOneDevice
TSStatus testInsertRecordsOfOneDevice(TSInsertRecordsOfOneDeviceReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
testInsertStringRecords
TSStatus testInsertStringRecords(TSInsertStringRecordsReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
deleteData
TSStatus deleteData(TSDeleteDataReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeRawDataQuery
TSExecuteStatementResp executeRawDataQuery(TSRawDataQueryReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeLastDataQuery
TSExecuteStatementResp executeLastDataQuery(TSLastDataQueryReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeAggregationQuery
TSExecuteStatementResp executeAggregationQuery(TSAggregationQueryReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
requestStatementId
long requestStatementId(long sessionId) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
createSchemaTemplate
TSStatus createSchemaTemplate(TSCreateSchemaTemplateReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
appendSchemaTemplate
TSStatus appendSchemaTemplate(TSAppendSchemaTemplateReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
pruneSchemaTemplate
TSStatus pruneSchemaTemplate(TSPruneSchemaTemplateReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
querySchemaTemplate
TSQueryTemplateResp querySchemaTemplate(TSQueryTemplateReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setSchemaTemplate
TSStatus setSchemaTemplate(TSSetSchemaTemplateReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
unsetSchemaTemplate
TSStatus unsetSchemaTemplate(TSUnsetSchemaTemplateReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
dropSchemaTemplate
TSStatus dropSchemaTemplate(TSDropSchemaTemplateReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createTimeseriesUsingSchemaTemplate
TSStatus createTimeseriesUsingSchemaTemplate(TCreateTimeseriesUsingSchemaTemplateReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
handshake
TSStatus handshake(TSyncIdentityInfo info) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
sendPipeData
TSStatus sendPipeData(ByteBuffer buff) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
sendFile
TSStatus sendFile(TSyncTransportMetaInfo metaInfo, ByteBuffer buff) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
pipeTransfer
TPipeTransferResp pipeTransfer(TPipeTransferReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getBackupConfiguration
TSBackupConfigurationResp getBackupConfiguration() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
fetchAllConnectionsInfo
TSConnectionInfoResp fetchAllConnectionsInfo() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-