Class BlockfileSequentialSingleUseReader<T>
java.lang.Object
io.datarouter.bytes.blockfile.io.read.query.BlockfileSequentialSingleUseReader<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Constructor Summary
ConstructorsConstructorDescriptionBlockfileSequentialSingleUseReader(BlockfileReader<T> reader, InputStream inputStream) -
Method Summary
Modifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<T> scan()io.datarouter.scanner.Scanner<BlockfileDecodedBlockBatch<T>> io.datarouter.scanner.Scanner<BlockfileDecodedBlock<T>> io.datarouter.scanner.Scanner<BlockfileSequentialSingleUseReader.ParsedBlock>
-
Constructor Details
-
BlockfileSequentialSingleUseReader
-
-
Method Details
-
scan
-
scanDecodedValues
-
scanDecodedBlocks
-
scanDecodedBlockBatches
-
scanParsedBlocks
public io.datarouter.scanner.Scanner<BlockfileSequentialSingleUseReader.ParsedBlock> scanParsedBlocks()
-