Uses of Class
io.datarouter.filesystem.snapshot.encode.EncodedBlock
-
Uses of EncodedBlock in io.datarouter.filesystem.snapshot.block.branch
Methods in io.datarouter.filesystem.snapshot.block.branch that return EncodedBlock Modifier and Type Method Description EncodedBlockBranchBlockV1Encoder. encode(BlockQueue.FileIdsAndEndings fileIdsAndEndings) -
Uses of EncodedBlock in io.datarouter.filesystem.snapshot.block.leaf
Methods in io.datarouter.filesystem.snapshot.block.leaf that return EncodedBlock Modifier and Type Method Description EncodedBlockLeafBlockV1Encoder. encode(BlockQueue.FileIdsAndEndings[] fileIdsAndEndings) -
Uses of EncodedBlock in io.datarouter.filesystem.snapshot.block.root
Methods in io.datarouter.filesystem.snapshot.block.root that return EncodedBlock Modifier and Type Method Description EncodedBlockRootBlockV1Encoder. encode() -
Uses of EncodedBlock in io.datarouter.filesystem.snapshot.block.value
Methods in io.datarouter.filesystem.snapshot.block.value that return EncodedBlock Modifier and Type Method Description EncodedBlockValueBlockV1Encoder. encode() -
Uses of EncodedBlock in io.datarouter.filesystem.snapshot.compress
Methods in io.datarouter.filesystem.snapshot.compress with parameters of type EncodedBlock Modifier and Type Method Description CompressedBlockBlockCompressor. compress(EncodedBlock encodedBlock, boolean concatChunks)CompressedBlockChecksumBlockCompressor. compress(EncodedBlock encodedBlock, boolean concatChunks)CompressedBlockGzipBlockCompressor. compress(EncodedBlock encodedBlock, boolean concatChunks)CompressedBlockPassthroughBlockCompressor. compress(EncodedBlock encodedBlock, boolean concatChunks) -
Uses of EncodedBlock in io.datarouter.filesystem.snapshot.encode
Methods in io.datarouter.filesystem.snapshot.encode that return EncodedBlock Modifier and Type Method Description EncodedBlockBranchBlockEncoder. encode(BlockQueue.FileIdsAndEndings fileIdsAndEndings)EncodedBlockLeafBlockEncoder. encode(BlockQueue.FileIdsAndEndings[] fileIdsAndEndings)EncodedBlockRootBlockEncoder. encode()EncodedBlockValueBlockEncoder. encode() -
Uses of EncodedBlock in io.datarouter.filesystem.snapshot.storage.block
Methods in io.datarouter.filesystem.snapshot.storage.block with parameters of type EncodedBlock Modifier and Type Method Description voidBlobStorageSnapshotBlockStorage. addRootBlock(EncodedBlock encodedBlock)voidSnapshotBlockStorage. addRootBlock(EncodedBlock encodedBlock) -
Uses of EncodedBlock in io.datarouter.filesystem.snapshot.storage.file
Methods in io.datarouter.filesystem.snapshot.storage.file with parameters of type EncodedBlock Modifier and Type Method Description voidBlobStorageSnapshotFileStorage. addRootFile(EncodedBlock encodedBlock)voidSnapshotFileStorage. addRootFile(EncodedBlock encodedBlock) -
Uses of EncodedBlock in io.datarouter.filesystem.snapshot.writer
Methods in io.datarouter.filesystem.snapshot.writer with parameters of type EncodedBlock Modifier and Type Method Description voidSnapshotWriterTracker. branchBlock(EncodedBlock encodedBlock, CompressedBlock compressedBlock)voidSnapshotWriterTracker. leafBlock(EncodedBlock encodedBlock, CompressedBlock compressedBlock)voidSnapshotWriterTracker. valueBlock(EncodedBlock encodedBlock, CompressedBlock compressedBlock)