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
Constructors in io.datarouter.bytes.blockfile.io.read with parameters of type BlockfileGroupModifierConstructorDescriptionBlockfileReaderBuilder(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