void logDisallowSnapshot(String path) { DisallowSnapshotOp op = DisallowSnapshotOp.getInstance(cache.get()) .setSnapshotRoot(path); logEdit(op); }