Class ConfigPhysicalPlanVisitor<R,C>
java.lang.Object
org.apache.iotdb.confignode.consensus.request.ConfigPhysicalPlanVisitor<R,C>
- Direct Known Subclasses:
PipeConfigPhysicalPlanExceptionVisitor,PipeConfigPhysicalPlanPatternParseVisitor,PipeConfigPhysicalPlanTSStatusVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(ConfigPhysicalPlan plan, C context) visitAlterDatabase(DatabaseSchemaPlan alterDatabasePlan, C context) visitCommitSetSchemaTemplate(CommitSetSchemaTemplatePlan commitSetSchemaTemplatePlan, C context) visitCreateDatabase(DatabaseSchemaPlan createDatabasePlan, C context) visitCreateRawUser(AuthorPlan createRawUserPlan, C context) visitCreateRole(AuthorPlan createRolePlan, C context) visitCreateSchemaTemplate(CreateSchemaTemplatePlan createSchemaTemplatePlan, C context) visitCreateUser(AuthorPlan createUserPlan, C context) visitDeleteDatabase(DeleteDatabasePlan deleteDatabasePlan, C context) visitDropRole(AuthorPlan dropRolePlan, C context) visitDropSchemaTemplate(DropSchemaTemplatePlan dropSchemaTemplatePlan, C context) visitDropUser(AuthorPlan dropUserPlan, C context) visitExtendSchemaTemplate(ExtendSchemaTemplatePlan extendSchemaTemplatePlan, C context) visitGrantRole(AuthorPlan grantRolePlan, C context) visitGrantRoleToUser(AuthorPlan grantRoleToUserPlan, C context) visitGrantUser(AuthorPlan grantUserPlan, C context) visitPipeDeactivateTemplate(PipeDeactivateTemplatePlan pipeDeactivateTemplatePlan, C context) visitPipeDeleteLogicalView(PipeDeleteLogicalViewPlan pipeDeleteLogicalViewPlan, C context) visitPipeDeleteTimeSeries(PipeDeleteTimeSeriesPlan pipeDeleteTimeSeriesPlan, C context) visitPipeUnsetSchemaTemplate(PipeUnsetSchemaTemplatePlan pipeUnsetSchemaTemplatePlan, C context) abstract RvisitPlan(ConfigPhysicalPlan plan, C context) Top Level DescriptionvisitRevokeRole(AuthorPlan revokeRolePlan, C context) visitRevokeRoleFromUser(AuthorPlan revokeRoleFromUserPlan, C context) visitRevokeUser(AuthorPlan revokeUserPlan, C context) visitTTL(SetTTLPlan setTTLPlan, C context) visitUpdateUser(AuthorPlan updateUserPlan, C context)
-
Constructor Details
-
ConfigPhysicalPlanVisitor
public ConfigPhysicalPlanVisitor()
-
-
Method Details
-
process
-
visitPlan
Top Level Description -
visitCreateDatabase
-
visitAlterDatabase
-
visitDeleteDatabase
-
visitCreateSchemaTemplate
-
visitCommitSetSchemaTemplate
public R visitCommitSetSchemaTemplate(CommitSetSchemaTemplatePlan commitSetSchemaTemplatePlan, C context) -
visitPipeUnsetSchemaTemplate
public R visitPipeUnsetSchemaTemplate(PipeUnsetSchemaTemplatePlan pipeUnsetSchemaTemplatePlan, C context) -
visitExtendSchemaTemplate
-
visitDropSchemaTemplate
-
visitPipeDeleteTimeSeries
-
visitPipeDeleteLogicalView
-
visitPipeDeactivateTemplate
public R visitPipeDeactivateTemplate(PipeDeactivateTemplatePlan pipeDeactivateTemplatePlan, C context) -
visitCreateUser
-
visitCreateRawUser
-
visitUpdateUser
-
visitDropUser
-
visitGrantUser
-
visitRevokeUser
-
visitCreateRole
-
visitDropRole
-
visitGrantRole
-
visitRevokeRole
-
visitGrantRoleToUser
-
visitRevokeRoleFromUser
-
visitTTL
-