Uses of Record Class
io.datarouter.bytes.blockfile.block.parsed.BlockfileDecodedBlock
Packages that use BlockfileDecodedBlock
Package
Description
-
Uses of BlockfileDecodedBlock in io.datarouter.bytes.blockfile.block.parsed
Methods in io.datarouter.bytes.blockfile.block.parsed that return types with arguments of type BlockfileDecodedBlockModifier and TypeMethodDescriptionBlockfileDecodedBlockBatch.blocks()Returns the value of theblocksrecord component.Constructor parameters in io.datarouter.bytes.blockfile.block.parsed with type arguments of type BlockfileDecodedBlockModifierConstructorDescriptionBlockfileDecodedBlockBatch(long totalCompressedSize, long totalDecompressedSize, List<BlockfileDecodedBlock<T>> blocks) Creates an instance of aBlockfileDecodedBlockBatchrecord class. -
Uses of BlockfileDecodedBlock in io.datarouter.bytes.blockfile.io.read
Methods in io.datarouter.bytes.blockfile.io.read that return BlockfileDecodedBlock -
Uses of BlockfileDecodedBlock in io.datarouter.bytes.blockfile.io.read.query
Methods in io.datarouter.bytes.blockfile.io.read.query that return types with arguments of type BlockfileDecodedBlockModifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<BlockfileDecodedBlock<T>> BlockfileSequentialReader.scanDecodedBlocks()