@Singleton @Requires(env="test") public class DefaultCheckpointSimulator extends java.lang.Object implements CheckpointSimulator
| Constructor and Description |
|---|
DefaultCheckpointSimulator(java.util.List<OrderedResource> resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
runAfterRestore()
Simulates a restore.
|
void |
runBeforeCheckpoint()
Simulates a checkpoint.
|
public DefaultCheckpointSimulator(java.util.List<OrderedResource> resources)
public void runBeforeCheckpoint()
CheckpointSimulatorrunBeforeCheckpoint in interface CheckpointSimulatorpublic void runAfterRestore()
CheckpointSimulatorrunAfterRestore in interface CheckpointSimulator