Uses of Class
org.apache.iotdb.db.mpp.plan.statement.sys.SetSystemStatusStatement
-
Packages that use SetSystemStatusStatement Package Description org.apache.iotdb.db.mpp.plan.execution.config org.apache.iotdb.db.mpp.plan.execution.config.sys org.apache.iotdb.db.mpp.plan.statement -
-
Uses of SetSystemStatusStatement in org.apache.iotdb.db.mpp.plan.execution.config
Methods in org.apache.iotdb.db.mpp.plan.execution.config with parameters of type SetSystemStatusStatement Modifier and Type Method Description IConfigTaskConfigTaskVisitor. visitSetSystemStatus(SetSystemStatusStatement setSystemStatusStatement, ConfigTaskVisitor.TaskContext context) -
Uses of SetSystemStatusStatement in org.apache.iotdb.db.mpp.plan.execution.config.sys
Constructors in org.apache.iotdb.db.mpp.plan.execution.config.sys with parameters of type SetSystemStatusStatement Constructor Description SetSystemStatusTask(SetSystemStatusStatement setSystemStatusStatement) -
Uses of SetSystemStatusStatement in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type SetSystemStatusStatement Modifier and Type Method Description RStatementVisitor. visitSetSystemStatus(SetSystemStatusStatement setSystemStatusStatement, C context)
-