Uses of Interface
io.datarouter.filesystem.snapshot.storage.block.SnapshotBlockStorageReader
-
Uses of SnapshotBlockStorageReader in io.datarouter.filesystem.snapshot.group
Methods in io.datarouter.filesystem.snapshot.group that return SnapshotBlockStorageReader Modifier and Type Method Description SnapshotBlockStorageReaderSnapshotGroup. makeStorageReader(String snapshotId) -
Uses of SnapshotBlockStorageReader in io.datarouter.filesystem.snapshot.reader.block
Methods in io.datarouter.filesystem.snapshot.reader.block with parameters of type SnapshotBlockStorageReader Modifier and Type Method Description DecodingBlockLoaderDecodingBlockLoaderFactory. create(RootBlock rootBlock, SnapshotBlockStorageReader snapshotBlockStorageReader)Constructors in io.datarouter.filesystem.snapshot.reader.block with parameters of type SnapshotBlockStorageReader Constructor Description DecodingBlockLoader(SnapshotBlockStorageReader snapshotBlockStorageReader, SnapshotPaths paths, BlockDecompressor blockDecompressor, BlockDecoder blockDecoder) -
Uses of SnapshotBlockStorageReader in io.datarouter.filesystem.snapshot.storage.block
Subinterfaces of SnapshotBlockStorageReader in io.datarouter.filesystem.snapshot.storage.block Modifier and Type Interface Description interfaceSnapshotBlockStorageClasses in io.datarouter.filesystem.snapshot.storage.block that implement SnapshotBlockStorageReader Modifier and Type Class Description classBlobStorageSnapshotBlockStorageclassCachingBlockStorageReaderConstructors in io.datarouter.filesystem.snapshot.storage.block with parameters of type SnapshotBlockStorageReader Constructor Description CachingBlockStorageReader(SnapshotBlockStorageReader back, SnapshotBlockStorage front) -
Uses of SnapshotBlockStorageReader in io.datarouter.filesystem.snapshot.storage.file
Subinterfaces of SnapshotBlockStorageReader in io.datarouter.filesystem.snapshot.storage.file Modifier and Type Interface Description interfaceSnapshotFileStorageClasses in io.datarouter.filesystem.snapshot.storage.file that implement SnapshotBlockStorageReader Modifier and Type Class Description classBlobStorageSnapshotFileStorage