Uses of Interface
io.datarouter.filesystem.snapshot.storage.block.SnapshotBlockStorage
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.group | |
| io.datarouter.filesystem.snapshot.storage.block | |
| io.datarouter.filesystem.snapshot.writer |
-
Uses of SnapshotBlockStorage in io.datarouter.filesystem.snapshot.group
Methods in io.datarouter.filesystem.snapshot.group that return SnapshotBlockStorage Modifier and Type Method Description SnapshotBlockStorageSnapshotGroup. makeCacheStorage(java.lang.String snapshotId) -
Uses of SnapshotBlockStorage in io.datarouter.filesystem.snapshot.storage.block
Classes in io.datarouter.filesystem.snapshot.storage.block that implement SnapshotBlockStorage Modifier and Type Class Description classBlobStorageSnapshotBlockStorageConstructors in io.datarouter.filesystem.snapshot.storage.block with parameters of type SnapshotBlockStorage Constructor Description CachingBlockStorageReader(SnapshotBlockStorageReader back, SnapshotBlockStorage front) -
Uses of SnapshotBlockStorage in io.datarouter.filesystem.snapshot.writer
Constructors in io.datarouter.filesystem.snapshot.writer with parameters of type SnapshotBlockStorage Constructor Description SnapshotBlockWriter(SnapshotKey snapshotKey, SnapshotWriterTracker tracker, SnapshotBlockStorage blockStorage, SnapshotFileStorage fileStorage, SnapshotWriterConfig config, java.util.concurrent.ExecutorService exec)SnapshotWriter(SnapshotKey snapshotKey, SnapshotFileStorage snapshotFileStorage, SnapshotBlockStorage snapshotBlockStorage, SnapshotWriterConfig config, java.util.concurrent.ExecutorService exec)