Uses of Record Class
io.datarouter.bytes.blockfile.encoding.indexblock.BlockfileIndexBlockFormat
Packages that use BlockfileIndexBlockFormat
Package
Description
-
Uses of BlockfileIndexBlockFormat in io.datarouter.bytes.blockfile
Methods in io.datarouter.bytes.blockfile with parameters of type BlockfileIndexBlockFormatModifier and TypeMethodDescriptionBlockfileGroupBuilder.registerIndexBlockFormat(BlockfileIndexBlockFormat format) -
Uses of BlockfileIndexBlockFormat in io.datarouter.bytes.blockfile.block.decoded
Methods in io.datarouter.bytes.blockfile.block.decoded that return BlockfileIndexBlockFormatModifier and TypeMethodDescriptionBlockfileHeaderBlock.indexBlockFormat()Returns the value of theindexBlockFormatrecord component.Constructors in io.datarouter.bytes.blockfile.block.decoded with parameters of type BlockfileIndexBlockFormatModifierConstructorDescriptionBlockfileHeaderBlock(BinaryDictionary userDictionary, BlockfileValueBlockFormat valueBlockFormat, BlockfileIndexBlockFormat indexBlockFormat, BlockfileCompressor compressor, BlockfileChecksummer checksummer) Creates an instance of aBlockfileHeaderBlockrecord class. -
Uses of BlockfileIndexBlockFormat in io.datarouter.bytes.blockfile.encoding.indexblock
Fields in io.datarouter.bytes.blockfile.encoding.indexblock declared as BlockfileIndexBlockFormatModifier and TypeFieldDescriptionstatic final BlockfileIndexBlockFormatBlockfileStandardIndexBlockFormats.V1Fields in io.datarouter.bytes.blockfile.encoding.indexblock with type parameters of type BlockfileIndexBlockFormatModifier and TypeFieldDescriptionfinal List<BlockfileIndexBlockFormat> BlockfileIndexBlockFormats.allstatic final List<BlockfileIndexBlockFormat> BlockfileStandardIndexBlockFormats.ALLMethods in io.datarouter.bytes.blockfile.encoding.indexblock that return BlockfileIndexBlockFormatModifier and TypeMethodDescriptionBlockfileIndexBlockFormats.getForEncodedName(String encodedName) Methods in io.datarouter.bytes.blockfile.encoding.indexblock with parameters of type BlockfileIndexBlockFormatModifier and TypeMethodDescriptionBlockfileIndexBlockFormats.add(BlockfileIndexBlockFormat format) Constructor parameters in io.datarouter.bytes.blockfile.encoding.indexblock with type arguments of type BlockfileIndexBlockFormat -
Uses of BlockfileIndexBlockFormat in io.datarouter.bytes.blockfile.io.merge
Methods in io.datarouter.bytes.blockfile.io.merge that return BlockfileIndexBlockFormatModifier and TypeMethodDescriptionBlockfileMergerParams.BlockfileMergerWriteParams.indexBlockFormat()Returns the value of theindexBlockFormatrecord component.Constructors in io.datarouter.bytes.blockfile.io.merge with parameters of type BlockfileIndexBlockFormatModifierConstructorDescriptionBlockfileMergerWriteParams(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 BlockfileIndexBlockFormat in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return BlockfileIndexBlockFormatModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.indexBlockFormat()Returns the value of theindexBlockFormatrecord component.Methods in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileIndexBlockFormatModifier and TypeMethodDescriptionBlockfileWriterBuilder.setIndexBlockFormat(BlockfileIndexBlockFormat format) Constructors in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileIndexBlockFormatModifierConstructorDescriptionBlockfileWriterConfig(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.