Uses of Record Class
io.datarouter.bytes.kvfile.blockformat.KvFileBlockFormat
Packages that use KvFileBlockFormat
Package
Description
-
Uses of KvFileBlockFormat in io.datarouter.bytes.kvfile.blockformat
Fields in io.datarouter.bytes.kvfile.blockformat declared as KvFileBlockFormatModifier and TypeFieldDescriptionstatic final KvFileBlockFormatKvFileStandardBlockFormats.SEQUENTIALFields in io.datarouter.bytes.kvfile.blockformat with type parameters of type KvFileBlockFormatModifier and TypeFieldDescriptionfinal List<KvFileBlockFormat> KvFileBlockFormats.allstatic final List<KvFileBlockFormat> KvFileStandardBlockFormats.ALLMethods in io.datarouter.bytes.kvfile.blockformat that return KvFileBlockFormatMethods in io.datarouter.bytes.kvfile.blockformat with parameters of type KvFileBlockFormat -
Uses of KvFileBlockFormat in io.datarouter.bytes.kvfile.io
Methods in io.datarouter.bytes.kvfile.io with parameters of type KvFileBlockFormatModifier and TypeMethodDescriptionKvFile.newWriterBuilder(String pathAndFile, Codec<T, KvFileEntry> codec, KvFileBlockFormat kvBlockFormat) KvFileBuilder.registerKvBlockFormat(KvFileBlockFormat kvBlockFormat) -
Uses of KvFileBlockFormat in io.datarouter.bytes.kvfile.io.header
Methods in io.datarouter.bytes.kvfile.io.header that return KvFileBlockFormatModifier and TypeMethodDescriptionKvFileHeader.blockFormat()Returns the value of theblockFormatrecord component.Constructors in io.datarouter.bytes.kvfile.io.header with parameters of type KvFileBlockFormatModifierConstructorDescriptionKvFileHeader(BinaryDictionary userDictionary, KvFileBlockFormat blockFormat) Creates an instance of aKvFileHeaderrecord class. -
Uses of KvFileBlockFormat in io.datarouter.bytes.kvfile.io.write
Methods in io.datarouter.bytes.kvfile.io.write that return KvFileBlockFormatModifier and TypeMethodDescriptionKvFileWriter.KvFileWriterConfig.blockFormat()Returns the value of theblockFormatrecord component.Constructors in io.datarouter.bytes.kvfile.io.write with parameters of type KvFileBlockFormatModifierConstructorDescriptionKvFileWriterBuilder(KvFile<T> kvFile, Codec<T, KvFileEntry> kvCodec, String pathAndFile, KvFileBlockFormat kvBlockFormat) KvFileWriterConfig(BlockfileWriterBuilder<List<T>> blockfileWriterBuilder, KvFileBlockFormat blockFormat, BinaryDictionary headerUserDictionary, Supplier<BinaryDictionary> footerUserDictionarySupplier) Creates an instance of aKvFileWriterConfigrecord class. -
Uses of KvFileBlockFormat in io.datarouter.bytes.kvfile.merge
Methods in io.datarouter.bytes.kvfile.merge that return KvFileBlockFormatModifier and TypeMethodDescriptionKvFileMergerParams.blockFormat()Returns the value of theblockFormatrecord component.Constructors in io.datarouter.bytes.kvfile.merge with parameters of type KvFileBlockFormatModifierConstructorDescriptionKvFileMergerParams(KvFileMergerParams.Nested.KvFileMergerStorageParams storageParams, KvFileBlockFormat blockFormat, KvFileMergerParams.Nested.KvFileMergerReadParams readParams, KvFileMergerParams.Nested.KvFileMergerWriteParams writeParams, Duration heartbeatPeriod) Creates an instance of aKvFileMergerParamsrecord class.