return new GenericSnapshotManager<P>(Collections.singletonMap(snapshotSuffix, snapshotSerializer), snapshotSuffix, prevalentSystem(), directory, journalSerializer());
}
private Monitor monitor() {
return _monitor != null ? _monitor : new SimpleMonitor(System.err);
}