Uses of Class
io.datarouter.filesystem.snapshot.writer.SnapshotWriterTracker
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.writer |
-
Uses of SnapshotWriterTracker in io.datarouter.filesystem.snapshot.writer
Constructors in io.datarouter.filesystem.snapshot.writer with parameters of type SnapshotWriterTracker 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)