public static class TestYieldProcedures.TestStateMachineProcedure.ExecutionInfo extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
rollback |
private TestYieldProcedures.TestStateMachineProcedure.State |
step |
private long |
timestamp |
Constructor and Description |
---|
ExecutionInfo(long timestamp,
TestYieldProcedures.TestStateMachineProcedure.State step,
boolean isRollback) |
Modifier and Type | Method and Description |
---|---|
TestYieldProcedures.TestStateMachineProcedure.State |
getStep() |
long |
getTimestamp() |
boolean |
isRollback() |
private final boolean rollback
private final long timestamp
private final TestYieldProcedures.TestStateMachineProcedure.State step
public ExecutionInfo(long timestamp, TestYieldProcedures.TestStateMachineProcedure.State step, boolean isRollback)
public TestYieldProcedures.TestStateMachineProcedure.State getStep()
public long getTimestamp()
public boolean isRollback()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.