Interface SnapshotBlockStorageReader
- All Known Subinterfaces:
SnapshotBlockStorage,SnapshotFileStorage
- All Known Implementing Classes:
BlobStorageSnapshotBlockStorage,BlobStorageSnapshotFileStorage,CachingBlockStorageReader
public interface SnapshotBlockStorageReader
-
Method Summary
Modifier and Type Method Description byte[]getBranchBlock(SnapshotPaths paths, BlockKey blockKey)byte[]getLeafBlock(SnapshotPaths paths, BlockKey blockKey)byte[]getRootBlock()byte[]getValueBlock(SnapshotPaths paths, BlockKey blockKey)
-
Method Details
-
getRootBlock
byte[] getRootBlock() -
getBranchBlock
-
getLeafBlock
-
getValueBlock
-