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