Uses of Enum
org.apache.iotdb.confignode.procedure.state.cq.CreateCQState
Packages that use CreateCQState
Package
Description
-
Uses of CreateCQState in org.apache.iotdb.confignode.procedure.impl.cq
Methods in org.apache.iotdb.confignode.procedure.impl.cq that return CreateCQStateModifier and TypeMethodDescriptionprotected CreateCQStateCreateCQProcedure.getInitialState()protected CreateCQStateCreateCQProcedure.getState(int stateId) Methods in org.apache.iotdb.confignode.procedure.impl.cq with parameters of type CreateCQStateModifier and TypeMethodDescriptionprotected StateMachineProcedure.FlowCreateCQProcedure.executeFromState(ConfigNodeProcedureEnv env, CreateCQState state) protected intCreateCQProcedure.getStateId(CreateCQState createCQState) protected booleanCreateCQProcedure.isRollbackSupported(CreateCQState createCQState) protected voidCreateCQProcedure.rollbackState(ConfigNodeProcedureEnv env, CreateCQState state) -
Uses of CreateCQState in org.apache.iotdb.confignode.procedure.state.cq
Methods in org.apache.iotdb.confignode.procedure.state.cq that return CreateCQStateModifier and TypeMethodDescriptionstatic CreateCQStateReturns the enum constant of this type with the specified name.static CreateCQState[]CreateCQState.values()Returns an array containing the constants of this enum type, in the order they are declared.