Uses of Enum
org.apache.iotdb.confignode.procedure.state.pipe.plugin.CreatePipePluginState
Packages that use CreatePipePluginState
Package
Description
-
Uses of CreatePipePluginState in org.apache.iotdb.confignode.procedure.impl.pipe.plugin
Methods in org.apache.iotdb.confignode.procedure.impl.pipe.plugin that return CreatePipePluginStateModifier and TypeMethodDescriptionprotected CreatePipePluginStateCreatePipePluginProcedure.getInitialState()protected CreatePipePluginStateCreatePipePluginProcedure.getState(int stateId) Methods in org.apache.iotdb.confignode.procedure.impl.pipe.plugin with parameters of type CreatePipePluginStateModifier and TypeMethodDescriptionprotected StateMachineProcedure.FlowCreatePipePluginProcedure.executeFromState(ConfigNodeProcedureEnv env, CreatePipePluginState state) protected intCreatePipePluginProcedure.getStateId(CreatePipePluginState createPipePluginState) protected booleanCreatePipePluginProcedure.isRollbackSupported(CreatePipePluginState state) protected voidCreatePipePluginProcedure.rollbackState(ConfigNodeProcedureEnv env, CreatePipePluginState state) -
Uses of CreatePipePluginState in org.apache.iotdb.confignode.procedure.state.pipe.plugin
Methods in org.apache.iotdb.confignode.procedure.state.pipe.plugin that return CreatePipePluginStateModifier and TypeMethodDescriptionstatic CreatePipePluginStateReturns the enum constant of this type with the specified name.static CreatePipePluginState[]CreatePipePluginState.values()Returns an array containing the constants of this enum type, in the order they are declared.