Class TestYieldProcedures.TestStateMachineProcedure.ExecutionInfo
java.lang.Object
org.apache.hadoop.hbase.procedure2.TestYieldProcedures.TestStateMachineProcedure.ExecutionInfo
- Enclosing class:
- TestYieldProcedures.TestStateMachineProcedure
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private final TestYieldProcedures.TestStateMachineProcedure.State
private final long
-
Constructor Summary
ConstructorDescriptionExecutionInfo
(long timestamp, TestYieldProcedures.TestStateMachineProcedure.State step, boolean isRollback) -
Method Summary
-
Field Details
-
rollback
-
timestamp
-
step
-
-
Constructor Details
-
ExecutionInfo
public ExecutionInfo(long timestamp, TestYieldProcedures.TestStateMachineProcedure.State step, boolean isRollback)
-
-
Method Details
-
getStep
-
getTimestamp
-
isRollback
-