Uses of Record Class
io.datarouter.bytes.blockfile.Blockfile
Packages that use Blockfile
Package
Description
-
Uses of Blockfile in io.datarouter.bytes.blockfile
Methods in io.datarouter.bytes.blockfile that return Blockfile -
Uses of Blockfile in io.datarouter.bytes.blockfile.read
Constructors in io.datarouter.bytes.blockfile.read with parameters of type BlockfileModifierConstructorDescriptionBlockfileMetadataReaderBuilder(Blockfile<T> blockfile, String name) BlockfileReaderBuilder(Blockfile<T> blockfile, BlockfileMetadataReader<T> metadataReader, Function<BlockfileReader<T>, Function<byte[], T>> decoderExtractor) -
Uses of Blockfile in io.datarouter.bytes.blockfile.write
Constructors in io.datarouter.bytes.blockfile.write with parameters of type Blockfile -
Uses of Blockfile in io.datarouter.bytes.kvfile.io
Methods in io.datarouter.bytes.kvfile.io that return BlockfileModifier and TypeMethodDescriptionKvFile.blockfile()Returns the value of theblockfilerecord component.Constructors in io.datarouter.bytes.kvfile.io with parameters of type BlockfileModifierConstructorDescriptionKvFile(Blockfile<List<T>> blockfile, KvFileBlockFormats kvBlockFormats) Creates an instance of aKvFilerecord class. -
Uses of Blockfile in io.datarouter.bytes.kvfile.merge
Methods in io.datarouter.bytes.kvfile.merge that return BlockfileModifier and TypeMethodDescriptionKvFileMergerParams.Nested.KvFileMergerStorageParams.blockfile()Returns the value of theblockfilerecord component.Constructors in io.datarouter.bytes.kvfile.merge with parameters of type BlockfileModifierConstructorDescriptionKvFileMergerStorageParams(Blockfile<List<KvFileEntry>> blockfile, Supplier<String> filenameSupplier) Creates an instance of aKvFileMergerStorageParamsrecord class.