Uses of Class
io.datarouter.filesystem.snapshot.storage.block.CacheBlockKey
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.block | |
| io.datarouter.filesystem.snapshot.path | |
| io.datarouter.filesystem.snapshot.storage.block |
-
Uses of CacheBlockKey in io.datarouter.filesystem.snapshot.block
Methods in io.datarouter.filesystem.snapshot.block that return CacheBlockKey Modifier and Type Method Description CacheBlockKeyBlockKey. toCacheBlockKey() -
Uses of CacheBlockKey in io.datarouter.filesystem.snapshot.path
Methods in io.datarouter.filesystem.snapshot.path with parameters of type CacheBlockKey Modifier and Type Method Description StringSnapshotPaths. branchBlock(CacheBlockKey cacheBlockKey)StringSnapshotPathsV1. branchBlock(CacheBlockKey cacheBlockKey)StringSnapshotPaths. leafBlock(CacheBlockKey cacheBlockKey)StringSnapshotPathsV1. leafBlock(CacheBlockKey cacheBlockKey)StringSnapshotPaths. valueBlock(CacheBlockKey cacheBlockKey)StringSnapshotPathsV1. valueBlock(CacheBlockKey cacheBlockKey) -
Uses of CacheBlockKey in io.datarouter.filesystem.snapshot.storage.block
Methods in io.datarouter.filesystem.snapshot.storage.block that return CacheBlockKey Modifier and Type Method Description static CacheBlockKeyCacheBlockKey. branch(SnapshotKey snapshotKey, int level, int id)static CacheBlockKeyCacheBlockKey. leaf(SnapshotKey snapshotKey, int id)static CacheBlockKeyCacheBlockKey. root(SnapshotKey snapshotKey)static CacheBlockKeyCacheBlockKey. value(SnapshotKey snapshotKey, int column, int id)Methods in io.datarouter.filesystem.snapshot.storage.block with parameters of type CacheBlockKey Modifier and Type Method Description voidBlobStorageSnapshotBlockStorage. addBranchBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey, CompressedBlock block)voidSnapshotBlockStorage. addBranchBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey, CompressedBlock compressedBlock)voidBlobStorageSnapshotBlockStorage. addLeafBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey, CompressedBlock block)voidSnapshotBlockStorage. addLeafBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey, CompressedBlock compressedBlock)voidBlobStorageSnapshotBlockStorage. addValueBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey, CompressedBlock block)voidSnapshotBlockStorage. addValueBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey, CompressedBlock compressedBlock)voidBlobStorageSnapshotBlockStorage. deleteBranchBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey)voidSnapshotBlockStorage. deleteBranchBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey)voidBlobStorageSnapshotBlockStorage. deleteLeafBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey)voidSnapshotBlockStorage. deleteLeafBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey)voidBlobStorageSnapshotBlockStorage. deleteValueBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey)voidSnapshotBlockStorage. deleteValueBlock(SnapshotPaths paths, CacheBlockKey cacheBlockKey)