Uses of Class
io.datarouter.filesystem.snapshot.writer.BlockQueue.FileIdsAndEndings
-
Uses of BlockQueue.FileIdsAndEndings in io.datarouter.filesystem.snapshot.block.branch
Methods in io.datarouter.filesystem.snapshot.block.branch with parameters of type BlockQueue.FileIdsAndEndings Modifier and Type Method Description EncodedBlockBranchBlockV1Encoder. encode(BlockQueue.FileIdsAndEndings fileIdsAndEndings) -
Uses of BlockQueue.FileIdsAndEndings in io.datarouter.filesystem.snapshot.block.leaf
Methods in io.datarouter.filesystem.snapshot.block.leaf with parameters of type BlockQueue.FileIdsAndEndings Modifier and Type Method Description EncodedBlockLeafBlockV1Encoder. encode(BlockQueue.FileIdsAndEndings[] fileIdsAndEndings) -
Uses of BlockQueue.FileIdsAndEndings in io.datarouter.filesystem.snapshot.encode
Methods in io.datarouter.filesystem.snapshot.encode with parameters of type BlockQueue.FileIdsAndEndings Modifier and Type Method Description EncodedBlockBranchBlockEncoder. encode(BlockQueue.FileIdsAndEndings fileIdsAndEndings)EncodedBlockLeafBlockEncoder. encode(BlockQueue.FileIdsAndEndings[] fileIdsAndEndings) -
Uses of BlockQueue.FileIdsAndEndings in io.datarouter.filesystem.snapshot.writer
Methods in io.datarouter.filesystem.snapshot.writer that return BlockQueue.FileIdsAndEndings Modifier and Type Method Description BlockQueue.FileIdsAndEndingsSnapshotFileWriter. branchFileInfo(int level, int firstBlockId, int numBlocks)BlockQueue.FileIdsAndEndingsBlockQueue. fileIdsAndEndings(int firstBlockId, int numBlocks)BlockQueue.FileIdsAndEndingsSnapshotFileWriter. leafFileInfo(int firstBlockId, int numBlocks)BlockQueue.FileIdsAndEndingsSnapshotFileWriter. valueFileInfo(int column, int firstBlockId, int numBlocks)