Uses of Class
io.datarouter.filesystem.snapshot.group.dto.SnapshotWriteResult
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.group.dto | |
| io.datarouter.filesystem.snapshot.group.groupops |
-
Uses of SnapshotWriteResult in io.datarouter.filesystem.snapshot.group.dto
Methods in io.datarouter.filesystem.snapshot.group.dto that return SnapshotWriteResult Modifier and Type Method Description static SnapshotWriteResultSnapshotWriteResult. failure(SnapshotKey key)static SnapshotWriteResultSnapshotWriteResult. success(SnapshotKey key, RootBlock root) -
Uses of SnapshotWriteResult in io.datarouter.filesystem.snapshot.group.groupops
Methods in io.datarouter.filesystem.snapshot.group.groupops that return SnapshotWriteResult Modifier and Type Method Description SnapshotWriteResultSnapshotGroupWriteOps. write(SnapshotWriterConfig config, io.datarouter.scanner.Scanner<java.util.List<SnapshotEntry>> entries, java.util.concurrent.ExecutorService exec, java.util.function.Supplier<java.lang.Boolean> shouldStop)