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