Uses of Record Class
io.datarouter.bytes.blockfile.block.parsed.ParsedValueBlock
Packages that use ParsedValueBlock
Package
Description
-
Uses of ParsedValueBlock in io.datarouter.bytes.blockfile.encoding.valueblock
Methods in io.datarouter.bytes.blockfile.encoding.valueblock with parameters of type ParsedValueBlockModifier and TypeMethodDescriptionBlockfileValueBlockDecoder.decompressValueBlock(ParsedValueBlock parsedValueBlock) Method parameters in io.datarouter.bytes.blockfile.encoding.valueblock with type arguments of type ParsedValueBlockModifier and TypeMethodDescriptionBlockfileValueBlockDecoder.decompressAndDecodeValueBlocks(List<ParsedValueBlock> parsedValueBlocks) BlockfileValueBlockDecoder.decompressAndDecodeValueBlocks(List<ParsedValueBlock> parsedValueBlocks, BlockfileRowKeyRangeReader.BlockfileKeyRange keyRange) List<byte[]> BlockfileValueBlockDecoder.decompressValueBlocks(List<ParsedValueBlock> parsedValueBlocks) -
Uses of ParsedValueBlock in io.datarouter.bytes.blockfile.io.read.query
Methods in io.datarouter.bytes.blockfile.io.read.query that return types with arguments of type ParsedValueBlockModifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<ParsedValueBlock> BlockfileSequentialReader.scanParsedValueBlocks(BlockfileIndexEntryRange indexEntryRange, BlockfileRowKeyRangeReader.BlockfileKeyRange keyRange)