Beispiel #1
0
 @Override
 public void finalizeRun() throws InterruptedException {
   entityManager.finalizeRun();
 }
Beispiel #2
0
 @Override
 public void preSnapshotRun() throws InterruptedException {
   entityManager.preSnapshotRun();
 }
Beispiel #3
0
 @Override
 public void copySnapshotRun() throws InterruptedException {
   entityManager.copyAllSnapshots();
   snapshotManager.copyAllSnapshots();
 }