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