Uses of Record Class
io.datarouter.bytes.blockfile.io.read.query.BlockfileRowKeyRangeReader.BlockfileKeyRange
Packages that use BlockfileRowKeyRangeReader.BlockfileKeyRange
Package
Description
-
Uses of BlockfileRowKeyRangeReader.BlockfileKeyRange in io.datarouter.bytes.blockfile.encoding.valueblock
Methods in io.datarouter.bytes.blockfile.encoding.valueblock with parameters of type BlockfileRowKeyRangeReader.BlockfileKeyRangeModifier and TypeMethodDescriptionBlockfileValueBlockCodec.decode(BlockfileValueBlockCodec.BlockfileEncodedValueBlock encodedValue, BlockfileRowKeyRangeReader.BlockfileKeyRange keyRange) BlockfileValueBlockDecoder.decompressAndDecodeValueBlocks(List<ParsedValueBlock> parsedValueBlocks, BlockfileRowKeyRangeReader.BlockfileKeyRange keyRange) -
Uses of BlockfileRowKeyRangeReader.BlockfileKeyRange in io.datarouter.bytes.blockfile.encoding.valueblock.impl
Methods in io.datarouter.bytes.blockfile.encoding.valueblock.impl with parameters of type BlockfileRowKeyRangeReader.BlockfileKeyRangeModifier and TypeMethodDescriptionBlockfileSequentialValueBlockCodec.decode(BlockfileValueBlockCodec.BlockfileEncodedValueBlock encodedBlock, BlockfileRowKeyRangeReader.BlockfileKeyRange keyRange) -
Uses of BlockfileRowKeyRangeReader.BlockfileKeyRange in io.datarouter.bytes.blockfile.io.read.query
Methods in io.datarouter.bytes.blockfile.io.read.query that return BlockfileRowKeyRangeReader.BlockfileKeyRangeModifier and TypeMethodDescriptionBlockfileRowKeyRangeReader.BlockfileKeyRange.everything()BlockfileRowKeyRangeReader.BlockfileKeyRange.toInclusiveExclusive()Methods in io.datarouter.bytes.blockfile.io.read.query with parameters of type BlockfileRowKeyRangeReader.BlockfileKeyRangeModifier and TypeMethodDescriptionBlockfileRowKeyRangeReader.indexEntryRange(BlockfileRowKeyRangeReader.BlockfileKeyRange range) io.datarouter.scanner.Scanner<ParsedValueBlock> BlockfileSequentialReader.scanParsedValueBlocks(BlockfileIndexEntryRange indexEntryRange, BlockfileRowKeyRangeReader.BlockfileKeyRange keyRange) io.datarouter.scanner.Scanner<T> BlockfileRowKeyRangeReader.scanRange(BlockfileRowKeyRangeReader.BlockfileKeyRange keyRange)