Uses of Enum
org.apache.hadoop.hbase.procedure2.TestProcedureBypass.StuckStateMachineState
-
Uses of TestProcedureBypass.StuckStateMachineState in org.apache.hadoop.hbase.procedure2
Modifier and TypeMethodDescriptionTestProcedureBypass.StuckStateMachineProcedure.getState
(int stateId) Returns the enum constant of this type with the specified name.TestProcedureBypass.StuckStateMachineState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.procedure2.StateMachineProcedure.Flow
TestProcedureBypass.StuckStateMachineProcedure.executeFromState
(TestProcedureBypass.TestProcEnv env, TestProcedureBypass.StuckStateMachineState tState) protected int
TestProcedureBypass.StuckStateMachineProcedure.getStateId
(TestProcedureBypass.StuckStateMachineState tState) ModifierConstructorDescriptionStuckStateMachineProcedure
(TestProcedureBypass.TestProcEnv env, TestProcedureBypass.StuckStateMachineState initialState)