Uses of Record Class
io.datarouter.bytes.blockfile.encoding.valueblock.BlockfileValueBlockFormat
Packages that use BlockfileValueBlockFormat
Package
Description
-
Uses of BlockfileValueBlockFormat in io.datarouter.bytes.blockfile
Methods in io.datarouter.bytes.blockfile with parameters of type BlockfileValueBlockFormatModifier and TypeMethodDescriptionBlockfileGroupBuilder.registerBlockFormat(BlockfileValueBlockFormat format) -
Uses of BlockfileValueBlockFormat in io.datarouter.bytes.blockfile.block.decoded
Methods in io.datarouter.bytes.blockfile.block.decoded that return BlockfileValueBlockFormatModifier and TypeMethodDescriptionBlockfileHeaderBlock.valueBlockFormat()Returns the value of thevalueBlockFormatrecord component.Constructors in io.datarouter.bytes.blockfile.block.decoded with parameters of type BlockfileValueBlockFormatModifierConstructorDescriptionBlockfileHeaderBlock(BinaryDictionary userDictionary, BlockfileValueBlockFormat valueBlockFormat, BlockfileIndexBlockFormat indexBlockFormat, BlockfileCompressor compressor, BlockfileChecksummer checksummer) Creates an instance of aBlockfileHeaderBlockrecord class. -
Uses of BlockfileValueBlockFormat in io.datarouter.bytes.blockfile.encoding.valueblock
Fields in io.datarouter.bytes.blockfile.encoding.valueblock declared as BlockfileValueBlockFormatModifier and TypeFieldDescriptionstatic final BlockfileValueBlockFormatBlockfileStandardValueBlockFormats.SEQUENTIALFields in io.datarouter.bytes.blockfile.encoding.valueblock with type parameters of type BlockfileValueBlockFormatModifier and TypeFieldDescriptionfinal List<BlockfileValueBlockFormat> BlockfileValueBlockFormats.allstatic final List<BlockfileValueBlockFormat> BlockfileStandardValueBlockFormats.ALLMethods in io.datarouter.bytes.blockfile.encoding.valueblock that return BlockfileValueBlockFormatModifier and TypeMethodDescriptionBlockfileValueBlockFormats.getForEncodedName(String encodedName) BlockfileValueBlockEncoder.BlockfileValueBlockEncoderConfig.valueBlockFormat()Returns the value of thevalueBlockFormatrecord component.Methods in io.datarouter.bytes.blockfile.encoding.valueblock with parameters of type BlockfileValueBlockFormatModifier and TypeMethodDescriptionBlockfileValueBlockFormats.add(BlockfileValueBlockFormat format) Constructors in io.datarouter.bytes.blockfile.encoding.valueblock with parameters of type BlockfileValueBlockFormatModifierConstructorDescriptionBlockfileValueBlockEncoderConfig(BlockfileValueBlockFormat valueBlockFormat, BlockfileCompressor compressor, BlockfileChecksummer checksummer) Creates an instance of aBlockfileValueBlockEncoderConfigrecord class.Constructor parameters in io.datarouter.bytes.blockfile.encoding.valueblock with type arguments of type BlockfileValueBlockFormat -
Uses of BlockfileValueBlockFormat in io.datarouter.bytes.blockfile.io.merge
Methods in io.datarouter.bytes.blockfile.io.merge that return BlockfileValueBlockFormatModifier and TypeMethodDescriptionBlockfileMergerParams.BlockfileMergerWriteParams.valueBlockFormat()Returns the value of thevalueBlockFormatrecord component.Constructors in io.datarouter.bytes.blockfile.io.merge with parameters of type BlockfileValueBlockFormatModifierConstructorDescriptionBlockfileMergerWriteParams(BlockfileValueBlockFormat valueBlockFormat, BlockfileIndexBlockFormat indexBlockFormat, BlockfileCompressor compressor, ByteLength minBlockSize, int encodeBatchSize, ExecutorService encodeExec, ByteLength multipartUploadThreshold, int writeThreads, ExecutorService writeExec) Creates an instance of aBlockfileMergerWriteParamsrecord class. -
Uses of BlockfileValueBlockFormat in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return BlockfileValueBlockFormatModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.valueBlockFormat()Returns the value of thevalueBlockFormatrecord component.Methods in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileValueBlockFormatModifier and TypeMethodDescriptionBlockfileWriterBuilder.setValueBlockFormat(BlockfileValueBlockFormat format) Constructors in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileValueBlockFormatModifierConstructorDescriptionBlockfileWriterConfig(BlockfileStorage storage, BlockfileHeaderBlock.BlockfileHeaderCodec headerCodec, BlockfileValueBlockFormat valueBlockFormat, BlockfileIndexBlockFormat indexBlockFormat, BlockfileCompressor compressor, BlockfileChecksummer checksummer, BinaryDictionary userDictionary, Supplier<BinaryDictionary> footerUserDictionarySupplier, List<BlockfileListener> listeners, int encodeBatchSize, io.datarouter.scanner.Threads encodeThreads, boolean multipartWrite, io.datarouter.scanner.Threads writeThreads, int indexFanOut, Optional<ByteLength> optTargetIndexBlockSize) Creates an instance of aBlockfileWriterConfigrecord class.