Package | Description |
---|---|
org.apache.hadoop.hbase.procedure2 |
Modifier and Type | Method and Description |
---|---|
protected TestProcedureRecovery.TestStateMachineProcedure.State |
TestProcedureRecovery.TestStateMachineProcedure.getInitialState() |
protected TestProcedureRecovery.TestStateMachineProcedure.State |
TestProcedureRecovery.TestStateMachineProcedure.getState(int stateId) |
static TestProcedureRecovery.TestStateMachineProcedure.State |
TestProcedureRecovery.TestStateMachineProcedure.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestProcedureRecovery.TestStateMachineProcedure.State[] |
TestProcedureRecovery.TestStateMachineProcedure.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.hbase.procedure2.StateMachineProcedure.Flow |
TestProcedureRecovery.TestStateMachineProcedure.executeFromState(TestProcedureRecovery.TestProcEnv env,
TestProcedureRecovery.TestStateMachineProcedure.State state) |
protected int |
TestProcedureRecovery.TestStateMachineProcedure.getStateId(TestProcedureRecovery.TestStateMachineProcedure.State state) |
protected void |
TestProcedureRecovery.TestStateMachineProcedure.rollbackState(TestProcedureRecovery.TestProcEnv env,
TestProcedureRecovery.TestStateMachineProcedure.State state) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.