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