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 ParsedValueBlockModifier and TypeMethodDescriptionBlockfileSequentialSingleUseReader.ParsedBlock.parsedValueBlock()Returns the value of theparsedValueBlockrecord component.Constructors in io.datarouter.bytes.blockfile.io.read.query with parameters of type ParsedValueBlockModifierConstructorDescriptionParsedBlock(BlockfileBlockType blockType, ParsedValueBlock parsedValueBlock) Creates an instance of aParsedBlockrecord class.