Uses of Enum
org.apache.iotdb.confignode.procedure.state.pipe.plugin.DropPipePluginState
Packages that use DropPipePluginState
Package
Description
-
Uses of DropPipePluginState in org.apache.iotdb.confignode.procedure.impl.pipe.plugin
Methods in org.apache.iotdb.confignode.procedure.impl.pipe.plugin that return DropPipePluginStateModifier and TypeMethodDescriptionprotected DropPipePluginStateDropPipePluginProcedure.getInitialState()protected DropPipePluginStateDropPipePluginProcedure.getState(int stateId) Methods in org.apache.iotdb.confignode.procedure.impl.pipe.plugin with parameters of type DropPipePluginStateModifier and TypeMethodDescriptionprotected StateMachineProcedure.FlowDropPipePluginProcedure.executeFromState(ConfigNodeProcedureEnv env, DropPipePluginState state) protected intDropPipePluginProcedure.getStateId(DropPipePluginState dropPipePluginState) protected booleanDropPipePluginProcedure.isRollbackSupported(DropPipePluginState state) protected voidDropPipePluginProcedure.rollbackState(ConfigNodeProcedureEnv env, DropPipePluginState state) -
Uses of DropPipePluginState in org.apache.iotdb.confignode.procedure.state.pipe.plugin
Methods in org.apache.iotdb.confignode.procedure.state.pipe.plugin that return DropPipePluginStateModifier and TypeMethodDescriptionstatic DropPipePluginStateReturns the enum constant of this type with the specified name.static DropPipePluginState[]DropPipePluginState.values()Returns an array containing the constants of this enum type, in the order they are declared.