Uses of Enum
org.apache.iotdb.confignode.procedure.state.schema.DeleteStorageGroupState
Packages that use DeleteStorageGroupState
Package
Description
-
Uses of DeleteStorageGroupState in org.apache.iotdb.confignode.procedure.impl.schema
Methods in org.apache.iotdb.confignode.procedure.impl.schema that return DeleteStorageGroupStateModifier and TypeMethodDescriptionprotected DeleteStorageGroupStateDeleteDatabaseProcedure.getInitialState()protected DeleteStorageGroupStateDeleteDatabaseProcedure.getState(int stateId) Methods in org.apache.iotdb.confignode.procedure.impl.schema with parameters of type DeleteStorageGroupStateModifier and TypeMethodDescriptionprotected StateMachineProcedure.FlowDeleteDatabaseProcedure.executeFromState(ConfigNodeProcedureEnv env, DeleteStorageGroupState state) protected intDeleteDatabaseProcedure.getStateId(DeleteStorageGroupState deleteStorageGroupState) protected booleanDeleteDatabaseProcedure.isRollbackSupported(DeleteStorageGroupState state) protected voidDeleteDatabaseProcedure.rollbackState(ConfigNodeProcedureEnv env, DeleteStorageGroupState state) -
Uses of DeleteStorageGroupState in org.apache.iotdb.confignode.procedure.state.schema
Methods in org.apache.iotdb.confignode.procedure.state.schema that return DeleteStorageGroupStateModifier and TypeMethodDescriptionstatic DeleteStorageGroupStateReturns the enum constant of this type with the specified name.static DeleteStorageGroupState[]DeleteStorageGroupState.values()Returns an array containing the constants of this enum type, in the order they are declared.