snapMan.getSnapshotDir(rq.dbName,
rq.snap.getName()), rq.snap);
// notify the snapshot manager about the completion
// of the snapshot
snapMan.snapshotComplete(rq.dbName, rq.snap);
Logging.logMessage(Logging.LEVEL_DEBUG, this,
"snapshot materialization complete");
}
}