Uses of Class
io.datarouter.filesystem.snapshot.compress.CompressedBlocks
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.storage.file | |
| io.datarouter.filesystem.snapshot.writer |
-
Uses of CompressedBlocks in io.datarouter.filesystem.snapshot.storage.file
Methods in io.datarouter.filesystem.snapshot.storage.file with parameters of type CompressedBlocks Modifier and Type Method Description voidBlobStorageSnapshotFileStorage. addBranchFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks)voidSnapshotFileStorage. addBranchFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks)voidBlobStorageSnapshotFileStorage. addLeafFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks)voidSnapshotFileStorage. addLeafFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks)voidBlobStorageSnapshotFileStorage. addValueFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks)voidSnapshotFileStorage. addValueFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks) -
Uses of CompressedBlocks in io.datarouter.filesystem.snapshot.writer
Fields in io.datarouter.filesystem.snapshot.writer declared as CompressedBlocks Modifier and Type Field Description CompressedBlocksBlockQueue.SnapshotFile. compressedBlocksConstructors in io.datarouter.filesystem.snapshot.writer with parameters of type CompressedBlocks Constructor Description SnapshotFile(java.lang.String type, int id, CompressedBlocks blocks)