Uses of Record Class
io.datarouter.bytes.blockfile.BlockfileGroup
Packages that use BlockfileGroup
Package
Description
-
Uses of BlockfileGroup in io.datarouter.bytes.blockfile
Methods in io.datarouter.bytes.blockfile that return BlockfileGroup -
Uses of BlockfileGroup in io.datarouter.bytes.blockfile.io.merge
Methods in io.datarouter.bytes.blockfile.io.merge that return BlockfileGroupModifier and TypeMethodDescriptionBlockfileMergerParams.BlockfileMergerStorageParams.blockfileGroup()Returns the value of theblockfileGrouprecord component.Constructors in io.datarouter.bytes.blockfile.io.merge with parameters of type BlockfileGroupModifierConstructorDescriptionBlockfileMergerStorageParams(BlockfileGroup<BlockfileRow> blockfileGroup, Supplier<String> filenameSupplier) Creates an instance of aBlockfileMergerStorageParamsrecord class. -
Uses of BlockfileGroup in io.datarouter.bytes.blockfile.io.read
Methods in io.datarouter.bytes.blockfile.io.read that return BlockfileGroupModifier and TypeMethodDescriptionBlockfileConcatenatingReader.BlockfileConcatenatingReaderConfig.group()Returns the value of thegrouprecord component.Constructors in io.datarouter.bytes.blockfile.io.read with parameters of type BlockfileGroupModifierConstructorDescriptionBlockfileConcatenatingReaderBuilder(BlockfileGroup<T> blockfile, Function<BlockfileRow, T> rowDecoder, ExecutorService prefetchExec) BlockfileConcatenatingReaderConfig(BlockfileGroup<T> group, Function<BlockfileRow, T> rowDecoder, io.datarouter.scanner.Threads readThreads, ByteLength readChunkSize, ByteLength prefetchBufferSize, ExecutorService prefetchExec, int decodeBatchSize, io.datarouter.scanner.Threads decodeThreads, boolean validateChecksums) Creates an instance of aBlockfileConcatenatingReaderConfigrecord class.BlockfileReaderBuilder(BlockfileGroup<T> blockfile, BlockfileMetadataReader<T> metadataReader, Function<BlockfileRow, T> rowDecoder) -
Uses of BlockfileGroup in io.datarouter.bytes.blockfile.io.read.metadata
Constructors in io.datarouter.bytes.blockfile.io.read.metadata with parameters of type BlockfileGroupModifierConstructorDescriptionBlockfileMetadataReaderBuilder(BlockfileGroup<T> blockfile, String name) -
Uses of BlockfileGroup in io.datarouter.bytes.blockfile.io.write
Constructors in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileGroup