Class IConfigNodeRPCService.Client
- java.lang.Object
-
- org.apache.thrift.TServiceClient
-
- org.apache.iotdb.confignode.rpc.thrift.IConfigNodeRPCService.Client
-
- All Implemented Interfaces:
IConfigNodeRPCService.Iface
- Enclosing class:
- IConfigNodeRPCService
public static class IConfigNodeRPCService.Client extends org.apache.thrift.TServiceClient implements IConfigNodeRPCService.Iface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIConfigNodeRPCService.Client.Factory
-
Method Summary
-
-
-
Method Detail
-
getClusterId
public TGetClusterIdResp getClusterId() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet cluster ID- Specified by:
getClusterIdin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getClusterId
public void send_getClusterId() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getClusterId
public TGetClusterIdResp recv_getClusterId() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
registerDataNode
public TDataNodeRegisterResp registerDataNode(TDataNodeRegisterReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceRegister a new DataNode into the cluster- Specified by:
registerDataNodein interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the new DataNode registered successfully REJECT_NODE_START if the configuration chek of the DataNode to be registered fails, and a detailed error message will be returned.
- Throws:
org.apache.thrift.TException
-
send_registerDataNode
public void send_registerDataNode(TDataNodeRegisterReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_registerDataNode
public TDataNodeRegisterResp recv_registerDataNode() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
restartDataNode
public TDataNodeRestartResp restartDataNode(TDataNodeRestartReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceRestart an existed DataNode- Specified by:
restartDataNodein interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if DataNode restart request is accepted REJECT_NODE_START if the configuration chek of the DataNode to be restarted fails, and a detailed error message will be returned.
- Throws:
org.apache.thrift.TException
-
send_restartDataNode
public void send_restartDataNode(TDataNodeRestartReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_restartDataNode
public TDataNodeRestartResp recv_restartDataNode() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getSystemConfiguration
public TSystemConfigurationResp getSystemConfiguration() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet system configurations. i.e. configurations that is not associated with the DataNodeId- Specified by:
getSystemConfigurationin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getSystemConfiguration
public void send_getSystemConfiguration() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getSystemConfiguration
public TSystemConfigurationResp recv_getSystemConfiguration() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
removeDataNode
public TDataNodeRemoveResp removeDataNode(TDataNodeRemoveReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGenerate a set of DataNodeRemoveProcedure to remove some specific DataNodes from the cluster- Specified by:
removeDataNodein interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the DataNodeRemoveProcedure submitted successfully LACK_REPLICATION if the number of DataNodes will be too small to maintain RegionReplicas after remove these DataNodes DATANODE_NOT_EXIST if one of the DataNodes in the TDataNodeRemoveReq doesn't exist in the cluster NODE_DELETE_FAILED_ERROR if failed to submit the DataNodeRemoveProcedure
- Throws:
org.apache.thrift.TException
-
send_removeDataNode
public void send_removeDataNode(TDataNodeRemoveReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_removeDataNode
public TDataNodeRemoveResp recv_removeDataNode() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
reportDataNodeShutdown
public TSStatus reportDataNodeShutdown(TDataNodeLocation dataNodeLocation) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceReport that the specified DataNode will be shutdown. The ConfigNode-leader will mark it as Unknown.- Specified by:
reportDataNodeShutdownin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if reporting successfully
- Throws:
org.apache.thrift.TException
-
send_reportDataNodeShutdown
public void send_reportDataNodeShutdown(TDataNodeLocation dataNodeLocation) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_reportDataNodeShutdown
public TSStatus recv_reportDataNodeShutdown() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getDataNodeConfiguration
public TDataNodeConfigurationResp getDataNodeConfiguration(int dataNodeId) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet one or more DataNodes' configuration- Specified by:
getDataNodeConfigurationin interfaceIConfigNodeRPCService.Iface- Parameters:
dataNodeId- , the specific DataNode's index- Returns:
- The specific DataNode's configuration if the DataNode exists, or all DataNodes' configuration if dataNodeId is -1
- Throws:
org.apache.thrift.TException
-
send_getDataNodeConfiguration
public void send_getDataNodeConfiguration(int dataNodeId) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getDataNodeConfiguration
public TDataNodeConfigurationResp recv_getDataNodeConfiguration() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
reportRegionMigrateResult
public TSStatus reportRegionMigrateResult(TRegionMigrateResultReportReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceReport region migration complete- Specified by:
reportRegionMigrateResultin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_reportRegionMigrateResult
public void send_reportRegionMigrateResult(TRegionMigrateResultReportReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_reportRegionMigrateResult
public TSStatus recv_reportRegionMigrateResult() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setDatabase
public TSStatus setDatabase(TDatabaseSchema databaseSchema) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceSet a new Databse, all fields in TDatabaseSchema can be customized while the undefined fields will automatically use default values- Specified by:
setDatabasein interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the new Database set successfully ILLEGAL_PATH if the new Database name is illegal DATABASE_CONFIG_ERROR if some of the DatabaseSchema is illeagal DATABASE_ALREADY_EXISTS if the Database already exist
- Throws:
org.apache.thrift.TException
-
send_setDatabase
public void send_setDatabase(TDatabaseSchema databaseSchema) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_setDatabase
public TSStatus recv_setDatabase() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
alterDatabase
public TSStatus alterDatabase(TDatabaseSchema databaseSchema) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceAlter a Database's schema, including TTL, ReplicationFactor, timePartitionInterval and RegionGroupNum- Specified by:
alterDatabasein interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the specified DatabaseSchema is altered successfully ILLEGAL_PATH if the new Database name is illegal DATABASE_CONFIG_ERROR if some of the DatabaseSchema is illeagal DATABASE_NOT_EXIST if the specified Database doesn't exist
- Throws:
org.apache.thrift.TException
-
send_alterDatabase
public void send_alterDatabase(TDatabaseSchema databaseSchema) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_alterDatabase
public TSStatus recv_alterDatabase() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
deleteDatabase
public TSStatus deleteDatabase(TDeleteDatabaseReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGenerate a DeleteDatabaseProcedure to delete a specified Database- Specified by:
deleteDatabasein interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the DeleteDatabaseProcedure submitted successfully TIMESERIES_NOT_EXIST if the specific Database doesn't exist EXECUTE_STATEMENT_ERROR if failed to submit the DeleteDatabaseProcedure
- Throws:
org.apache.thrift.TException
-
send_deleteDatabase
public void send_deleteDatabase(TDeleteDatabaseReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_deleteDatabase
public TSStatus recv_deleteDatabase() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
deleteDatabases
public TSStatus deleteDatabases(TDeleteDatabasesReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGenerate a set of DeleteDatabaseProcedure to delete some specific Databases- Specified by:
deleteDatabasesin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the DeleteDatabaseProcedure submitted successfully TIMESERIES_NOT_EXIST if the specific Database doesn't exist EXECUTE_STATEMENT_ERROR if failed to submit the DeleteDatabaseProcedure
- Throws:
org.apache.thrift.TException
-
send_deleteDatabases
public void send_deleteDatabases(TDeleteDatabasesReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_deleteDatabases
public TSStatus recv_deleteDatabases() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setTTL
public TSStatus setTTL(TSetTTLReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceUpdate the specific Database's TTL- Specified by:
setTTLin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_setTTL
public void send_setTTL(TSetTTLReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_setTTL
public TSStatus recv_setTTL() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setSchemaReplicationFactor
public TSStatus setSchemaReplicationFactor(TSetSchemaReplicationFactorReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceUpdate the specific Database's SchemaReplicationFactor- Specified by:
setSchemaReplicationFactorin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_setSchemaReplicationFactor
public void send_setSchemaReplicationFactor(TSetSchemaReplicationFactorReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_setSchemaReplicationFactor
public TSStatus recv_setSchemaReplicationFactor() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setDataReplicationFactor
public TSStatus setDataReplicationFactor(TSetDataReplicationFactorReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceUpdate the specific Database's DataReplicationFactor- Specified by:
setDataReplicationFactorin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_setDataReplicationFactor
public void send_setDataReplicationFactor(TSetDataReplicationFactorReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_setDataReplicationFactor
public TSStatus recv_setDataReplicationFactor() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setTimePartitionInterval
public TSStatus setTimePartitionInterval(TSetTimePartitionIntervalReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceUpdate the specific Database's PartitionInterval- Specified by:
setTimePartitionIntervalin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_setTimePartitionInterval
public void send_setTimePartitionInterval(TSetTimePartitionIntervalReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_setTimePartitionInterval
public TSStatus recv_setTimePartitionInterval() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
countMatchedDatabases
public TCountDatabaseResp countMatchedDatabases(TGetDatabaseReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceCount the matched Databases- Specified by:
countMatchedDatabasesin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_countMatchedDatabases
public void send_countMatchedDatabases(TGetDatabaseReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_countMatchedDatabases
public TCountDatabaseResp recv_countMatchedDatabases() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getMatchedDatabaseSchemas
public TDatabaseSchemaResp getMatchedDatabaseSchemas(TGetDatabaseReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet the matched Databases' TDatabaseSchema- Specified by:
getMatchedDatabaseSchemasin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getMatchedDatabaseSchemas
public void send_getMatchedDatabaseSchemas(TGetDatabaseReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getMatchedDatabaseSchemas
public TDatabaseSchemaResp recv_getMatchedDatabaseSchemas() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getSchemaPartitionTable
public TSchemaPartitionTableResp getSchemaPartitionTable(TSchemaPartitionReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet SchemaPartitionTable by specific PathPatternTree, the returned SchemaPartitionTable will not contain the unallocated SeriesPartitionSlots See https://apache-iotdb.feishu.cn/docs/doccnqe3PLPEKwsCX1xadXQ2JOg for detailed matching rules- Specified by:
getSchemaPartitionTablein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getSchemaPartitionTable
public void send_getSchemaPartitionTable(TSchemaPartitionReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getSchemaPartitionTable
public TSchemaPartitionTableResp recv_getSchemaPartitionTable() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getOrCreateSchemaPartitionTable
public TSchemaPartitionTableResp getOrCreateSchemaPartitionTable(TSchemaPartitionReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet or create SchemaPartitionTable by specific PathPatternTree, the returned SchemaPartitionTable always contains all the SeriesPartitionSlots since the unallocated SeriesPartitionSlots will be allocated by the way- Specified by:
getOrCreateSchemaPartitionTablein interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the SchemaPartitionTable got or created successfully NOT_ENOUGH_DATA_NODE if the number of cluster DataNodes is not enough for creating new SchemaRegions DATABASE_NOT_EXIST if some Databases don't exist
- Throws:
org.apache.thrift.TException
-
send_getOrCreateSchemaPartitionTable
public void send_getOrCreateSchemaPartitionTable(TSchemaPartitionReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getOrCreateSchemaPartitionTable
public TSchemaPartitionTableResp recv_getOrCreateSchemaPartitionTable() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getSchemaNodeManagementPartition
public TSchemaNodeManagementResp getSchemaNodeManagementPartition(TSchemaNodeManagementReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet the partition info used for schema node query and get the node info in CluterSchemaInfo.- Specified by:
getSchemaNodeManagementPartitionin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getSchemaNodeManagementPartition
public void send_getSchemaNodeManagementPartition(TSchemaNodeManagementReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getSchemaNodeManagementPartition
public TSchemaNodeManagementResp recv_getSchemaNodeManagementPartition() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getDataPartitionTable
public TDataPartitionTableResp getDataPartitionTable(TDataPartitionReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet DataPartitionTable by specific PartitionSlotsMap, the returned DataPartitionTable will not contain the unallocated SeriesPartitionSlots and TimePartitionSlots- Specified by:
getDataPartitionTablein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getDataPartitionTable
public void send_getDataPartitionTable(TDataPartitionReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getDataPartitionTable
public TDataPartitionTableResp recv_getDataPartitionTable() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getOrCreateDataPartitionTable
public TDataPartitionTableResp getOrCreateDataPartitionTable(TDataPartitionReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet or create DataPartitionTable by specific PartitionSlotsMap, the returned SchemaPartitionTable always contains all the SeriesPartitionSlots and TimePartitionSlots since the unallocated SeriesPartitionSlots and TimePartitionSlots will be allocated by the way- Specified by:
getOrCreateDataPartitionTablein interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the DataPartitionTable got or created successfully NOT_ENOUGH_DATA_NODE if the number of cluster DataNodes is not enough for creating new DataRegions DATABASE_NOT_EXIST if some Databases don't exist
- Throws:
org.apache.thrift.TException
-
send_getOrCreateDataPartitionTable
public void send_getOrCreateDataPartitionTable(TDataPartitionReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getOrCreateDataPartitionTable
public TDataPartitionTableResp recv_getOrCreateDataPartitionTable() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
operatePermission
public TSStatus operatePermission(TAuthorizerReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceExecute permission write operations such as create user, create role, and grant permission. There is no need to update the cache information of the DataNode for creating users and roles- Specified by:
operatePermissionin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the permission write operation is executed successfully INVALIDATE_PERMISSION_CACHE_ERROR if the update cache of the permission information in the datanode fails EXECUTE_PERMISSION_EXCEPTION_ERROR if the permission write operation fails, like the user doesn't exist INTERNAL_SERVER_ERROR if the permission type does not exist
- Throws:
org.apache.thrift.TException
-
send_operatePermission
public void send_operatePermission(TAuthorizerReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_operatePermission
public TSStatus recv_operatePermission() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
queryPermission
public TAuthorizerResp queryPermission(TAuthorizerReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceExecute permission read operations such as list user- Specified by:
queryPermissionin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the permission read operation is executed successfully ROLE_NOT_EXIST_ERROR if the role does not exist USER_NOT_EXIST_ERROR if the user does not exist INTERNAL_SERVER_ERROR if the permission type does not exist
- Throws:
org.apache.thrift.TException
-
send_queryPermission
public void send_queryPermission(TAuthorizerReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_queryPermission
public TAuthorizerResp recv_queryPermission() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
login
public TPermissionInfoResp login(TLoginReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceAuthenticate user login- Specified by:
loginin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the user exists and the correct username and password are entered WRONG_LOGIN_PASSWORD_ERROR if the user enters the wrong username or password
- Throws:
org.apache.thrift.TException
-
send_login
public void send_login(TLoginReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_login
public TPermissionInfoResp recv_login() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
checkUserPrivileges
public TPermissionInfoResp checkUserPrivileges(TCheckUserPrivilegesReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfacePermission checking for user operations- Specified by:
checkUserPrivilegesin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the user has the permission EXECUTE_PERMISSION_EXCEPTION_ERROR if the seriesPath or the privilege is illegal. NO_PERMISSION_ERROR if the user does not have this permission
- Throws:
org.apache.thrift.TException
-
send_checkUserPrivileges
public void send_checkUserPrivileges(TCheckUserPrivilegesReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_checkUserPrivileges
public TPermissionInfoResp recv_checkUserPrivileges() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
fetchAuthizedPatternTree
public TAuthizedPatternTreeResp fetchAuthizedPatternTree(TCheckUserPrivilegesReq req) throws org.apache.thrift.TException
- Specified by:
fetchAuthizedPatternTreein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_fetchAuthizedPatternTree
public void send_fetchAuthizedPatternTree(TCheckUserPrivilegesReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_fetchAuthizedPatternTree
public TAuthizedPatternTreeResp recv_fetchAuthizedPatternTree() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
checkUserPrivilegeGrantOpt
public TPermissionInfoResp checkUserPrivilegeGrantOpt(TCheckUserPrivilegesReq req) throws org.apache.thrift.TException
- Specified by:
checkUserPrivilegeGrantOptin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_checkUserPrivilegeGrantOpt
public void send_checkUserPrivilegeGrantOpt(TCheckUserPrivilegesReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_checkUserPrivilegeGrantOpt
public TPermissionInfoResp recv_checkUserPrivilegeGrantOpt() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
checkRoleOfUser
public TPermissionInfoResp checkRoleOfUser(TAuthorizerReq req) throws org.apache.thrift.TException
- Specified by:
checkRoleOfUserin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_checkRoleOfUser
public void send_checkRoleOfUser(TAuthorizerReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_checkRoleOfUser
public TPermissionInfoResp recv_checkRoleOfUser() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
registerConfigNode
public TConfigNodeRegisterResp registerConfigNode(TConfigNodeRegisterReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceThe Non-Seed-ConfigNode submit a registration request to the ConfigNode-leader when first startup- Specified by:
registerConfigNodein interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the AddConfigNodeProcedure submitted successfully. REJECT_NODE_START if the configuration chek of the ConfigNode to be registered fails, and a detailed error message will be returned.
- Throws:
org.apache.thrift.TException
-
send_registerConfigNode
public void send_registerConfigNode(TConfigNodeRegisterReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_registerConfigNode
public TConfigNodeRegisterResp recv_registerConfigNode() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
addConsensusGroup
public TSStatus addConsensusGroup(TAddConsensusGroupReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceThe ConfigNode-leader will guide the Non-Seed-ConfigNode to join the ConsensusGroup when first startup- Specified by:
addConsensusGroupin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_addConsensusGroup
public void send_addConsensusGroup(TAddConsensusGroupReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_addConsensusGroup
public TSStatus recv_addConsensusGroup() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
notifyRegisterSuccess
public TSStatus notifyRegisterSuccess() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceThe ConfigNode-leader will notify the Non-Seed-ConfigNode that the registration success- Specified by:
notifyRegisterSuccessin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_notifyRegisterSuccess
public void send_notifyRegisterSuccess() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_notifyRegisterSuccess
public TSStatus recv_notifyRegisterSuccess() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
removeConfigNode
public TSStatus removeConfigNode(TConfigNodeLocation configNodeLocation) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceRemove the specific ConfigNode from the cluster- Specified by:
removeConfigNodein interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the RemoveConfigNodeProcedure submitted successfully REMOVE_CONFIGNODE_FAILED if the number of ConfigNode is less than 1 or the specific ConfigNode doesn't exist or the specific ConfigNode is leader
- Throws:
org.apache.thrift.TException
-
send_removeConfigNode
public void send_removeConfigNode(TConfigNodeLocation configNodeLocation) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_removeConfigNode
public TSStatus recv_removeConfigNode() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
deleteConfigNodePeer
public TSStatus deleteConfigNodePeer(TConfigNodeLocation configNodeLocation) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceLet the specific ConfigNode delete the peer- Specified by:
deleteConfigNodePeerin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if delete peer successfully REMOVE_CONFIGNODE_FAILED if the specific ConfigNode doesn't exist in the current cluster or Ratis internal failure
- Throws:
org.apache.thrift.TException
-
send_deleteConfigNodePeer
public void send_deleteConfigNodePeer(TConfigNodeLocation configNodeLocation) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_deleteConfigNodePeer
public TSStatus recv_deleteConfigNodePeer() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
reportConfigNodeShutdown
public TSStatus reportConfigNodeShutdown(TConfigNodeLocation configNodeLocation) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceReport that the specified ConfigNode will be shutdown. The ConfigNode-leader will mark it as Unknown.- Specified by:
reportConfigNodeShutdownin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if reporting successfully
- Throws:
org.apache.thrift.TException
-
send_reportConfigNodeShutdown
public void send_reportConfigNodeShutdown(TConfigNodeLocation configNodeLocation) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_reportConfigNodeShutdown
public TSStatus recv_reportConfigNodeShutdown() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
stopConfigNode
public TSStatus stopConfigNode(TConfigNodeLocation configNodeLocation) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceStop the specific ConfigNode- Specified by:
stopConfigNodein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_stopConfigNode
public void send_stopConfigNode(TConfigNodeLocation configNodeLocation) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_stopConfigNode
public TSStatus recv_stopConfigNode() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getConfigNodeHeartBeat
public TConfigNodeHeartbeatResp getConfigNodeHeartBeat(TConfigNodeHeartbeatReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceThe ConfigNode-leader will ping other ConfigNodes periodically- Specified by:
getConfigNodeHeartBeatin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getConfigNodeHeartBeat
public void send_getConfigNodeHeartBeat(TConfigNodeHeartbeatReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getConfigNodeHeartBeat
public TConfigNodeHeartbeatResp recv_getConfigNodeHeartBeat() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createFunction
public TSStatus createFunction(TCreateFunctionReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceCreate a function on all online ConfigNodes and DataNodes- Specified by:
createFunctionin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the function was created successfully EXECUTE_STATEMENT_ERROR if operations on any node failed
- Throws:
org.apache.thrift.TException
-
send_createFunction
public void send_createFunction(TCreateFunctionReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_createFunction
public TSStatus recv_createFunction() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
dropFunction
public TSStatus dropFunction(TDropFunctionReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceRemove a function on all online ConfigNodes and DataNodes- Specified by:
dropFunctionin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the function was removed successfully EXECUTE_STATEMENT_ERROR if operations on any node failed
- Throws:
org.apache.thrift.TException
-
send_dropFunction
public void send_dropFunction(TDropFunctionReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_dropFunction
public TSStatus recv_dropFunction() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getUDFTable
public TGetUDFTableResp getUDFTable() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceReturn the UDF table- Specified by:
getUDFTablein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getUDFTable
public void send_getUDFTable() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getUDFTable
public TGetUDFTableResp recv_getUDFTable() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getUDFJar
public TGetJarInListResp getUDFJar(TGetJarInListReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceReturn the UDF jar list of the jar name list- Specified by:
getUDFJarin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getUDFJar
public void send_getUDFJar(TGetJarInListReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getUDFJar
public TGetJarInListResp recv_getUDFJar() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createTrigger
public TSStatus createTrigger(TCreateTriggerReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceCreate a statless trigger on all online DataNodes or Create a stateful trigger on a specific DataNode and sync Information of it to all ConfigNodes- Specified by:
createTriggerin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the trigger was created successfully EXECUTE_STATEMENT_ERROR if operations on any node failed
- Throws:
org.apache.thrift.TException
-
send_createTrigger
public void send_createTrigger(TCreateTriggerReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_createTrigger
public TSStatus recv_createTrigger() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
dropTrigger
public TSStatus dropTrigger(TDropTriggerReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceRemove a trigger on all online ConfigNodes and DataNodes- Specified by:
dropTriggerin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the function was removed successfully EXECUTE_STATEMENT_ERROR if operations on any node failed
- Throws:
org.apache.thrift.TException
-
send_dropTrigger
public void send_dropTrigger(TDropTriggerReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_dropTrigger
public TSStatus recv_dropTrigger() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getLocationOfStatefulTrigger
public TGetLocationForTriggerResp getLocationOfStatefulTrigger(String triggerName) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet TDataNodeLocation of a stateful trigger- Specified by:
getLocationOfStatefulTriggerin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getLocationOfStatefulTrigger
public void send_getLocationOfStatefulTrigger(String triggerName) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getLocationOfStatefulTrigger
public TGetLocationForTriggerResp recv_getLocationOfStatefulTrigger() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getTriggerTable
public TGetTriggerTableResp getTriggerTable() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceReturn the trigger table- Specified by:
getTriggerTablein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getTriggerTable
public void send_getTriggerTable() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getTriggerTable
public TGetTriggerTableResp recv_getTriggerTable() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getStatefulTriggerTable
public TGetTriggerTableResp getStatefulTriggerTable() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceReturn the Stateful trigger table- Specified by:
getStatefulTriggerTablein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getStatefulTriggerTable
public void send_getStatefulTriggerTable() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getStatefulTriggerTable
public TGetTriggerTableResp recv_getStatefulTriggerTable() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getTriggerJar
public TGetJarInListResp getTriggerJar(TGetJarInListReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceReturn the trigger jar list of the trigger name list- Specified by:
getTriggerJarin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getTriggerJar
public void send_getTriggerJar(TGetJarInListReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getTriggerJar
public TGetJarInListResp recv_getTriggerJar() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createPipePlugin
public TSStatus createPipePlugin(TCreatePipePluginReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceCreate a pipe plugin on the specified DataNode- Specified by:
createPipePluginin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the pipe plugin was created successfully EXECUTE_STATEMENT_ERROR if operations on any node failed
- Throws:
org.apache.thrift.TException
-
send_createPipePlugin
public void send_createPipePlugin(TCreatePipePluginReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_createPipePlugin
public TSStatus recv_createPipePlugin() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
dropPipePlugin
public TSStatus dropPipePlugin(TDropPipePluginReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceRemove a pipe plugin on the DataNodes- Specified by:
dropPipePluginin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the pipe plugin was removed successfully EXECUTE_STATEMENT_ERROR if operations on any node failed
- Throws:
org.apache.thrift.TException
-
send_dropPipePlugin
public void send_dropPipePlugin(TDropPipePluginReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_dropPipePlugin
public TSStatus recv_dropPipePlugin() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getPipePluginTable
public TGetPipePluginTableResp getPipePluginTable() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceReturn the pipe plugin table- Specified by:
getPipePluginTablein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getPipePluginTable
public void send_getPipePluginTable() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getPipePluginTable
public TGetPipePluginTableResp recv_getPipePluginTable() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getPipePluginJar
public TGetJarInListResp getPipePluginJar(TGetJarInListReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceReturn the pipe plugin jar list of the plugin name list- Specified by:
getPipePluginJarin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getPipePluginJar
public void send_getPipePluginJar(TGetJarInListReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getPipePluginJar
public TGetJarInListResp recv_getPipePluginJar() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
merge
public TSStatus merge() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceExecute Level Compaction and unsequence Compaction task on all DataNodes- Specified by:
mergein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_merge
public void send_merge() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_merge
public TSStatus recv_merge() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
flush
public TSStatus flush(TFlushReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfacePersist all the data points in the memory table of the database to the disk, and seal the data file on all DataNodes- Specified by:
flushin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_flush
public void send_flush(TFlushReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_flush
public TSStatus recv_flush() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
clearCache
public TSStatus clearCache() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceClear the cache of chunk, chunk metadata and timeseries metadata to release the memory footprint on all DataNodes- Specified by:
clearCachein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_clearCache
public void send_clearCache() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_clearCache
public TSStatus recv_clearCache() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
startRepairData
public TSStatus startRepairData() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceCheck and repair unsorted tsfile by compaction- Specified by:
startRepairDatain interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_startRepairData
public void send_startRepairData() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_startRepairData
public TSStatus recv_startRepairData() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
stopRepairData
public TSStatus stopRepairData() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceStop repair data task- Specified by:
stopRepairDatain interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_stopRepairData
public void send_stopRepairData() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_stopRepairData
public TSStatus recv_stopRepairData() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
loadConfiguration
public TSStatus loadConfiguration() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceLoad configuration on all DataNodes- Specified by:
loadConfigurationin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_loadConfiguration
public void send_loadConfiguration() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_loadConfiguration
public TSStatus recv_loadConfiguration() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setSystemStatus
public TSStatus setSystemStatus(String status) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceSet system status on DataNodes- Specified by:
setSystemStatusin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_setSystemStatus
public void send_setSystemStatus(String status) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_setSystemStatus
public TSStatus recv_setSystemStatus() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setDataNodeStatus
public TSStatus setDataNodeStatus(TSetDataNodeStatusReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceTestOnly. Set the target DataNode to the specified status- Specified by:
setDataNodeStatusin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_setDataNodeStatus
public void send_setDataNodeStatus(TSetDataNodeStatusReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_setDataNodeStatus
public TSStatus recv_setDataNodeStatus() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
migrateRegion
public TSStatus migrateRegion(TMigrateRegionReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceMigrate a region replica from one dataNode to another- Specified by:
migrateRegionin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_migrateRegion
public void send_migrateRegion(TMigrateRegionReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_migrateRegion
public TSStatus recv_migrateRegion() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
killQuery
public TSStatus killQuery(String queryId, int dataNodeId) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceKill query- Specified by:
killQueryin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_killQuery
public void send_killQuery(String queryId, int dataNodeId) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_killQuery
public TSStatus recv_killQuery() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getRunningDataNodeLocations
public TGetDataNodeLocationsResp getRunningDataNodeLocations() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet all DataNodeLocations of Running DataNodes- Specified by:
getRunningDataNodeLocationsin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getRunningDataNodeLocations
public void send_getRunningDataNodeLocations() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getRunningDataNodeLocations
public TGetDataNodeLocationsResp recv_getRunningDataNodeLocations() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
showCluster
public TShowClusterResp showCluster() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceShow cluster ConfigNodes' and DataNodes' information- Specified by:
showClusterin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_showCluster
public void send_showCluster() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_showCluster
public TShowClusterResp recv_showCluster() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
showVariables
public TShowVariablesResp showVariables() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceShow variables who should be consist in the same cluster- Specified by:
showVariablesin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_showVariables
public void send_showVariables() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_showVariables
public TShowVariablesResp recv_showVariables() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
showDataNodes
public TShowDataNodesResp showDataNodes() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceShow cluster DataNodes' information- Specified by:
showDataNodesin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_showDataNodes
public void send_showDataNodes() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_showDataNodes
public TShowDataNodesResp recv_showDataNodes() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
showConfigNodes
public TShowConfigNodesResp showConfigNodes() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceShow cluster ConfigNodes' information- Specified by:
showConfigNodesin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_showConfigNodes
public void send_showConfigNodes() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_showConfigNodes
public TShowConfigNodesResp recv_showConfigNodes() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
showDatabase
public TShowDatabaseResp showDatabase(TGetDatabaseReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceShow cluster Databases' information- Specified by:
showDatabasein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_showDatabase
public void send_showDatabase(TGetDatabaseReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_showDatabase
public TShowDatabaseResp recv_showDatabase() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
showRegion
public TShowRegionResp showRegion(TShowRegionReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceShow the matched cluster Regions' information See https://apache-iotdb.feishu.cn/docx/doxcnOzmIlaE2MX5tKjmYWuMSRg for detailed matching rules- Specified by:
showRegionin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_showRegion
public void send_showRegion(TShowRegionReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_showRegion
public TShowRegionResp recv_showRegion() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getLatestRegionRouteMap
public TRegionRouteMapResp getLatestRegionRouteMap() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceThe ConfigNode-leader will generate and return a latest RegionRouteMap- Specified by:
getLatestRegionRouteMapin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getLatestRegionRouteMap
public void send_getLatestRegionRouteMap() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getLatestRegionRouteMap
public TRegionRouteMapResp recv_getLatestRegionRouteMap() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createSchemaTemplate
public TSStatus createSchemaTemplate(TCreateSchemaTemplateReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceCreate device template- Specified by:
createSchemaTemplatein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_createSchemaTemplate
public void send_createSchemaTemplate(TCreateSchemaTemplateReq 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
-
getAllTemplates
public TGetAllTemplatesResp getAllTemplates() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet all device template info and template set info for DataNode registeration- Specified by:
getAllTemplatesin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getAllTemplates
public void send_getAllTemplates() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getAllTemplates
public TGetAllTemplatesResp recv_getAllTemplates() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getTemplate
public TGetTemplateResp getTemplate(String req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet one device template info- Specified by:
getTemplatein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getTemplate
public void send_getTemplate(String req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getTemplate
public TGetTemplateResp recv_getTemplate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setSchemaTemplate
public TSStatus setSchemaTemplate(TSetSchemaTemplateReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceSet given device template to given path- Specified by:
setSchemaTemplatein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_setSchemaTemplate
public void send_setSchemaTemplate(TSetSchemaTemplateReq 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
-
getPathsSetTemplate
public TGetPathsSetTemplatesResp getPathsSetTemplate(TGetPathsSetTemplatesReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet paths setting given device template- Specified by:
getPathsSetTemplatein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getPathsSetTemplate
public void send_getPathsSetTemplate(TGetPathsSetTemplatesReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getPathsSetTemplate
public TGetPathsSetTemplatesResp recv_getPathsSetTemplate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
deactivateSchemaTemplate
public TSStatus deactivateSchemaTemplate(TDeactivateSchemaTemplateReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceDeactivate device template from paths matched by given pattern tree in cluster- Specified by:
deactivateSchemaTemplatein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_deactivateSchemaTemplate
public void send_deactivateSchemaTemplate(TDeactivateSchemaTemplateReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_deactivateSchemaTemplate
public TSStatus recv_deactivateSchemaTemplate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
unsetSchemaTemplate
public TSStatus unsetSchemaTemplate(TUnsetSchemaTemplateReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceUnset device template from given path- Specified by:
unsetSchemaTemplatein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_unsetSchemaTemplate
public void send_unsetSchemaTemplate(TUnsetSchemaTemplateReq 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
-
dropSchemaTemplate
public TSStatus dropSchemaTemplate(String req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceDrop device template- Specified by:
dropSchemaTemplatein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_dropSchemaTemplate
public void send_dropSchemaTemplate(String 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
-
alterSchemaTemplate
public TSStatus alterSchemaTemplate(TAlterSchemaTemplateReq req) throws org.apache.thrift.TException
- Specified by:
alterSchemaTemplatein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_alterSchemaTemplate
public void send_alterSchemaTemplate(TAlterSchemaTemplateReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_alterSchemaTemplate
public TSStatus recv_alterSchemaTemplate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
deleteTimeSeries
public TSStatus deleteTimeSeries(TDeleteTimeSeriesReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGenerate a set of DeleteTimeSeriesProcedure to delete some specific TimeSeries- Specified by:
deleteTimeSeriesin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the DeleteTimeSeriesProcedure submitted and executed successfully TIMESERIES_NOT_EXIST if the specific TimeSeries doesn't exist EXECUTE_STATEMENT_ERROR if failed to submit or execute the DeleteTimeSeriesProcedure
- Throws:
org.apache.thrift.TException
-
send_deleteTimeSeries
public void send_deleteTimeSeries(TDeleteTimeSeriesReq req) 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
-
deleteLogicalView
public TSStatus deleteLogicalView(TDeleteLogicalViewReq req) throws org.apache.thrift.TException
- Specified by:
deleteLogicalViewin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_deleteLogicalView
public void send_deleteLogicalView(TDeleteLogicalViewReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_deleteLogicalView
public TSStatus recv_deleteLogicalView() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
alterLogicalView
public TSStatus alterLogicalView(TAlterLogicalViewReq req) throws org.apache.thrift.TException
- Specified by:
alterLogicalViewin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_alterLogicalView
public void send_alterLogicalView(TAlterLogicalViewReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_alterLogicalView
public TSStatus recv_alterLogicalView() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createPipe
public TSStatus createPipe(TCreatePipeReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceCreate Pipe- Specified by:
createPipein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_createPipe
public void send_createPipe(TCreatePipeReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_createPipe
public TSStatus recv_createPipe() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
startPipe
public TSStatus startPipe(String pipeName) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceStart Pipe- Specified by:
startPipein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_startPipe
public void send_startPipe(String pipeName) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_startPipe
public TSStatus recv_startPipe() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
stopPipe
public TSStatus stopPipe(String pipeName) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceStop Pipe- Specified by:
stopPipein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_stopPipe
public void send_stopPipe(String pipeName) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_stopPipe
public TSStatus recv_stopPipe() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
dropPipe
public TSStatus dropPipe(String pipeName) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceDrop Pipe- Specified by:
dropPipein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_dropPipe
public void send_dropPipe(String pipeName) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_dropPipe
public TSStatus recv_dropPipe() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
showPipe
public TShowPipeResp showPipe(TShowPipeReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceShow Pipe by name, if name is empty, show all Pipe- Specified by:
showPipein interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_showPipe
public void send_showPipe(TShowPipeReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_showPipe
public TShowPipeResp recv_showPipe() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getAllPipeInfo
public TGetAllPipeInfoResp getAllPipeInfo() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet all pipe information. It is used for DataNode registration and restart- Specified by:
getAllPipeInfoin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getAllPipeInfo
public void send_getAllPipeInfo() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getAllPipeInfo
public TGetAllPipeInfoResp recv_getAllPipeInfo() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
executeSyncCommand
public TSStatus executeSyncCommand(ByteBuffer configPhysicalPlanBinary) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceExecute schema language from external pipes- Specified by:
executeSyncCommandin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_executeSyncCommand
public void send_executeSyncCommand(ByteBuffer configPhysicalPlanBinary) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_executeSyncCommand
public TSStatus recv_executeSyncCommand() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getRegionId
public TGetRegionIdResp getRegionId(TGetRegionIdReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet a particular DataPartition's corresponding Regions- Specified by:
getRegionIdin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getRegionId
public void send_getRegionId(TGetRegionIdReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getRegionId
public TGetRegionIdResp recv_getRegionId() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getTimeSlotList
public TGetTimeSlotListResp getTimeSlotList(TGetTimeSlotListReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet a specific SeriesSlot's TimeSlots by start time and end time- Specified by:
getTimeSlotListin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getTimeSlotList
public void send_getTimeSlotList(TGetTimeSlotListReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getTimeSlotList
public TGetTimeSlotListResp recv_getTimeSlotList() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
countTimeSlotList
public TCountTimeSlotListResp countTimeSlotList(TCountTimeSlotListReq req) throws org.apache.thrift.TException
- Specified by:
countTimeSlotListin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_countTimeSlotList
public void send_countTimeSlotList(TCountTimeSlotListReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_countTimeSlotList
public TCountTimeSlotListResp recv_countTimeSlotList() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getSeriesSlotList
public TGetSeriesSlotListResp getSeriesSlotList(TGetSeriesSlotListReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet the given database's assigned SeriesSlots- Specified by:
getSeriesSlotListin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getSeriesSlotList
public void send_getSeriesSlotList(TGetSeriesSlotListReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getSeriesSlotList
public TGetSeriesSlotListResp recv_getSeriesSlotList() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
createCQ
public TSStatus createCQ(TCreateCQReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceCreate a CQ- Specified by:
createCQin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the cq was created successfully
- Throws:
org.apache.thrift.TException
-
send_createCQ
public void send_createCQ(TCreateCQReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_createCQ
public TSStatus recv_createCQ() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
dropCQ
public TSStatus dropCQ(TDropCQReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceDrop a CQ- Specified by:
dropCQin interfaceIConfigNodeRPCService.Iface- Returns:
- SUCCESS_STATUS if the CQ was removed successfully
- Throws:
org.apache.thrift.TException
-
send_dropCQ
public void send_dropCQ(TDropCQReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_dropCQ
public TSStatus recv_dropCQ() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
showCQ
public TShowCQResp showCQ() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceReturn the cq table of config leader- Specified by:
showCQin interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_showCQ
public void send_showCQ() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_showCQ
public TShowCQResp recv_showCQ() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setSpaceQuota
public TSStatus setSpaceQuota(TSetSpaceQuotaReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceSet Space Quota- Specified by:
setSpaceQuotain interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_setSpaceQuota
public void send_setSpaceQuota(TSetSpaceQuotaReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_setSpaceQuota
public TSStatus recv_setSpaceQuota() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
showSpaceQuota
public TSpaceQuotaResp showSpaceQuota(List<String> databases) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceShow space quota- Specified by:
showSpaceQuotain interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_showSpaceQuota
public void send_showSpaceQuota(List<String> databases) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_showSpaceQuota
public TSpaceQuotaResp recv_showSpaceQuota() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getSpaceQuota
public TSpaceQuotaResp getSpaceQuota() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet space quota information- Specified by:
getSpaceQuotain interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getSpaceQuota
public void send_getSpaceQuota() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getSpaceQuota
public TSpaceQuotaResp recv_getSpaceQuota() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
setThrottleQuota
public TSStatus setThrottleQuota(TSetThrottleQuotaReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceSet throttle quota- Specified by:
setThrottleQuotain interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_setThrottleQuota
public void send_setThrottleQuota(TSetThrottleQuotaReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_setThrottleQuota
public TSStatus recv_setThrottleQuota() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
showThrottleQuota
public TThrottleQuotaResp showThrottleQuota(TShowThrottleReq req) throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceShow throttle quota- Specified by:
showThrottleQuotain interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_showThrottleQuota
public void send_showThrottleQuota(TShowThrottleReq req) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_showThrottleQuota
public TThrottleQuotaResp recv_showThrottleQuota() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getThrottleQuota
public TThrottleQuotaResp getThrottleQuota() throws org.apache.thrift.TException
Description copied from interface:IConfigNodeRPCService.IfaceGet throttle quota information- Specified by:
getThrottleQuotain interfaceIConfigNodeRPCService.Iface- Throws:
org.apache.thrift.TException
-
send_getThrottleQuota
public void send_getThrottleQuota() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recv_getThrottleQuota
public TThrottleQuotaResp recv_getThrottleQuota() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-