Uses of Interface
io.datarouter.filesystem.snapshot.storage.file.SnapshotFileStorage
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.group | |
| io.datarouter.filesystem.snapshot.storage.file | |
| io.datarouter.filesystem.snapshot.writer |
-
Uses of SnapshotFileStorage in io.datarouter.filesystem.snapshot.group
Methods in io.datarouter.filesystem.snapshot.group that return SnapshotFileStorage Modifier and Type Method Description SnapshotFileStorageSnapshotGroup. makeSnapshotFileStorage(String snapshotId) -
Uses of SnapshotFileStorage in io.datarouter.filesystem.snapshot.storage.file
Classes in io.datarouter.filesystem.snapshot.storage.file that implement SnapshotFileStorage Modifier and Type Class Description classBlobStorageSnapshotFileStorageConstructors in io.datarouter.filesystem.snapshot.storage.file with parameters of type SnapshotFileStorage Constructor Description SnapshotFileDeleter(RootBlock rootBlock, SnapshotPathsRegistry pathsRegistry, SnapshotKey snapshotKey, SnapshotFileStorage snapshotFileStorage, ExecutorService exec, int numThreads) -
Uses of SnapshotFileStorage in io.datarouter.filesystem.snapshot.writer
Constructors in io.datarouter.filesystem.snapshot.writer with parameters of type SnapshotFileStorage Constructor Description SnapshotBlockWriter(SnapshotKey snapshotKey, SnapshotWriterTracker tracker, SnapshotBlockStorage blockStorage, SnapshotFileStorage fileStorage, SnapshotWriterConfig config, ExecutorService exec)SnapshotFileWriter(SnapshotWriterTracker tracker, SnapshotFileStorage snapshotFileStorage, SnapshotWriterConfig config, Consumer<Void> onValueFileWriteCallback, Consumer<Void> onLeafFileWriteCallback, Consumer<Integer> onBranchFileWriteCallback)SnapshotWriter(SnapshotKey snapshotKey, SnapshotFileStorage snapshotFileStorage, SnapshotBlockStorage snapshotBlockStorage, SnapshotWriterConfig config, ExecutorService exec)