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