Uses of Enum
org.apache.iotdb.confignode.procedure.state.schema.AlterLogicalViewState
Packages that use AlterLogicalViewState
Package
Description
-
Uses of AlterLogicalViewState in org.apache.iotdb.confignode.procedure.impl.schema
Methods in org.apache.iotdb.confignode.procedure.impl.schema that return AlterLogicalViewStateModifier and TypeMethodDescriptionprotected AlterLogicalViewStateAlterLogicalViewProcedure.getInitialState()protected AlterLogicalViewStateAlterLogicalViewProcedure.getState(int stateId) Methods in org.apache.iotdb.confignode.procedure.impl.schema with parameters of type AlterLogicalViewStateModifier and TypeMethodDescriptionprotected StateMachineProcedure.FlowAlterLogicalViewProcedure.executeFromState(ConfigNodeProcedureEnv env, AlterLogicalViewState state) protected intAlterLogicalViewProcedure.getStateId(AlterLogicalViewState alterLogicalViewState) protected booleanAlterLogicalViewProcedure.isRollbackSupported(AlterLogicalViewState alterLogicalViewState) protected voidAlterLogicalViewProcedure.rollbackState(ConfigNodeProcedureEnv env, AlterLogicalViewState alterLogicalViewState) -
Uses of AlterLogicalViewState in org.apache.iotdb.confignode.procedure.state.schema
Methods in org.apache.iotdb.confignode.procedure.state.schema that return AlterLogicalViewStateModifier and TypeMethodDescriptionstatic AlterLogicalViewStateReturns the enum constant of this type with the specified name.static AlterLogicalViewState[]AlterLogicalViewState.values()Returns an array containing the constants of this enum type, in the order they are declared.