@Override public void finalizeRun() throws InterruptedException { entityManager.finalizeRun(); }
@Override public void preSnapshotRun() throws InterruptedException { entityManager.preSnapshotRun(); }
@Override public void copySnapshotRun() throws InterruptedException { entityManager.copyAllSnapshots(); snapshotManager.copyAllSnapshots(); }