Uses of Class
io.datarouter.filesystem.snapshot.writer.SnapshotWriterConfig
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.group.groupops | |
| io.datarouter.filesystem.snapshot.writer |
-
Uses of SnapshotWriterConfig in io.datarouter.filesystem.snapshot.group.groupops
Methods in io.datarouter.filesystem.snapshot.group.groupops with parameters of type SnapshotWriterConfig 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) -
Uses of SnapshotWriterConfig in io.datarouter.filesystem.snapshot.writer
Methods in io.datarouter.filesystem.snapshot.writer that return SnapshotWriterConfig Modifier and Type Method Description SnapshotWriterConfigSnapshotWriterConfigBuilder. build()Constructors in io.datarouter.filesystem.snapshot.writer with parameters of type SnapshotWriterConfig Constructor Description SnapshotBlockWriter(SnapshotKey snapshotKey, SnapshotWriterTracker tracker, SnapshotBlockStorage blockStorage, SnapshotFileStorage fileStorage, SnapshotWriterConfig config, java.util.concurrent.ExecutorService exec)SnapshotFileWriter(SnapshotWriterTracker tracker, SnapshotFileStorage snapshotFileStorage, SnapshotWriterConfig config, java.util.function.Consumer<java.lang.Void> onValueFileWriteCallback, java.util.function.Consumer<java.lang.Void> onLeafFileWriteCallback, java.util.function.Consumer<java.lang.Integer> onBranchFileWriteCallback)SnapshotWriter(SnapshotKey snapshotKey, SnapshotFileStorage snapshotFileStorage, SnapshotBlockStorage snapshotBlockStorage, SnapshotWriterConfig config, java.util.concurrent.ExecutorService exec)