Uses of Enum
org.apache.iotdb.confignode.procedure.state.schema.SetTTLState
Packages that use SetTTLState
Package
Description
-
Uses of SetTTLState in org.apache.iotdb.confignode.procedure.impl.schema
Methods in org.apache.iotdb.confignode.procedure.impl.schema that return SetTTLStateModifier and TypeMethodDescriptionprotected SetTTLStateSetTTLProcedure.getInitialState()protected SetTTLStateSetTTLProcedure.getState(int stateId) Methods in org.apache.iotdb.confignode.procedure.impl.schema with parameters of type SetTTLStateModifier and TypeMethodDescriptionprotected StateMachineProcedure.FlowSetTTLProcedure.executeFromState(ConfigNodeProcedureEnv env, SetTTLState state) protected intSetTTLProcedure.getStateId(SetTTLState setTTLState) protected voidSetTTLProcedure.rollbackState(ConfigNodeProcedureEnv configNodeProcedureEnv, SetTTLState setTTLState) -
Uses of SetTTLState in org.apache.iotdb.confignode.procedure.state.schema
Methods in org.apache.iotdb.confignode.procedure.state.schema that return SetTTLStateModifier and TypeMethodDescriptionstatic SetTTLStateReturns the enum constant of this type with the specified name.static SetTTLState[]SetTTLState.values()Returns an array containing the constants of this enum type, in the order they are declared.