private static class TestProcedureReplayOrder.TestProcedureEnv extends Object
| Modifier and Type | Field and Description |
|---|---|
private ArrayList<TestProcedureReplayOrder.TestProcedure> |
execList |
private AtomicLong |
execTimestamp |
| Modifier | Constructor and Description |
|---|---|
private |
TestProcedureEnv() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToExecList(TestProcedureReplayOrder.TestProcedure proc) |
void |
assertSortedExecList(int numProcs) |
long |
getExecId() |
long |
nextExecId() |
private ArrayList<TestProcedureReplayOrder.TestProcedure> execList
private AtomicLong execTimestamp
private TestProcedureEnv()
public long getExecId()
public long nextExecId()
public void addToExecList(TestProcedureReplayOrder.TestProcedure proc)
public void assertSortedExecList(int numProcs)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.