Uses of Class
io.datarouter.bytes.BinaryDictionary
Packages that use BinaryDictionary
Package
Description
-
Uses of BinaryDictionary in io.datarouter.bytes
Fields in io.datarouter.bytes with type parameters of type BinaryDictionaryModifier and TypeFieldDescriptionstatic final Codec<BinaryDictionary, byte[]> BinaryDictionary.CODECMethods in io.datarouter.bytes that return BinaryDictionaryModifier and TypeMethodDescriptionstatic BinaryDictionaryBinaryDictionary.decode(byte[] bytes) BinaryDictionary.put(byte[] key, byte[] value) -
Uses of BinaryDictionary in io.datarouter.bytes.blockfile.section
Methods in io.datarouter.bytes.blockfile.section that return BinaryDictionaryModifier and TypeMethodDescriptionBlockfileFooter.userDictionary()Returns the value of theuserDictionaryrecord component.BlockfileHeader.userDictionary()Returns the value of theuserDictionaryrecord component.Constructors in io.datarouter.bytes.blockfile.section with parameters of type BinaryDictionaryModifierConstructorDescriptionBlockfileFooter(BinaryDictionary userDictionary, long blockCount) Creates an instance of aBlockfileFooterrecord class.BlockfileHeader(BinaryDictionary userDictionary, BlockfileCompressor compressor, int checksumLength, BlockfileChecksummer checksummer) Creates an instance of aBlockfileHeaderrecord class. -
Uses of BinaryDictionary in io.datarouter.bytes.blockfile.write
Methods in io.datarouter.bytes.blockfile.write that return BinaryDictionaryModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.userDictionary()Returns the value of theuserDictionaryrecord component.Methods in io.datarouter.bytes.blockfile.write that return types with arguments of type BinaryDictionaryModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.footerUserDictionarySupplier()Returns the value of thefooterUserDictionarySupplierrecord component.Methods in io.datarouter.bytes.blockfile.write with parameters of type BinaryDictionaryModifier and TypeMethodDescriptionBlockfileWriterBuilder.setHeaderDictionary(BinaryDictionary headerDictionary) Method parameters in io.datarouter.bytes.blockfile.write with type arguments of type BinaryDictionaryModifier and TypeMethodDescriptionBlockfileWriterBuilder.setFooterDictionarySupplier(Supplier<BinaryDictionary> footerDictionarySupplier) Constructors in io.datarouter.bytes.blockfile.write with parameters of type BinaryDictionaryModifierConstructorDescriptionBlockfileWriterConfig(BlockfileStorage storage, Function<T, byte[]> encoder, BlockfileHeader.BlockfileHeaderCodec headerCodec, 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) Creates an instance of aBlockfileWriterConfigrecord class.Constructor parameters in io.datarouter.bytes.blockfile.write with type arguments of type BinaryDictionaryModifierConstructorDescriptionBlockfileWriterConfig(BlockfileStorage storage, Function<T, byte[]> encoder, BlockfileHeader.BlockfileHeaderCodec headerCodec, 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) Creates an instance of aBlockfileWriterConfigrecord class. -
Uses of BinaryDictionary in io.datarouter.bytes.kvfile.io.header
Methods in io.datarouter.bytes.kvfile.io.header that return BinaryDictionaryModifier and TypeMethodDescriptionKvFileHeader.KvFileHeaderCodec.encode(KvFileHeader value) KvFileHeader.toBinaryDictionary()KvFileHeader.userDictionary()Returns the value of theuserDictionaryrecord component.Methods in io.datarouter.bytes.kvfile.io.header with parameters of type BinaryDictionaryModifier and TypeMethodDescriptionKvFileHeader.KvFileHeaderCodec.decode(BinaryDictionary dictionary) Constructors in io.datarouter.bytes.kvfile.io.header with parameters of type BinaryDictionaryModifierConstructorDescriptionKvFileHeader(BinaryDictionary userDictionary, KvFileBlockFormat blockFormat) Creates an instance of aKvFileHeaderrecord class. -
Uses of BinaryDictionary in io.datarouter.bytes.kvfile.io.write
Methods in io.datarouter.bytes.kvfile.io.write that return BinaryDictionaryModifier and TypeMethodDescriptionKvFileWriter.KvFileWriterConfig.headerUserDictionary()Returns the value of theheaderUserDictionaryrecord component.Methods in io.datarouter.bytes.kvfile.io.write that return types with arguments of type BinaryDictionaryModifier and TypeMethodDescriptionKvFileWriter.KvFileWriterConfig.footerUserDictionarySupplier()Returns the value of thefooterUserDictionarySupplierrecord component.Methods in io.datarouter.bytes.kvfile.io.write with parameters of type BinaryDictionaryModifier and TypeMethodDescriptionKvFileWriterBuilder.setHeaderDictionary(BinaryDictionary headerDictionary) Method parameters in io.datarouter.bytes.kvfile.io.write with type arguments of type BinaryDictionaryModifier and TypeMethodDescriptionKvFileWriterBuilder.setFooterDictionarySupplier(Supplier<BinaryDictionary> footerDictionarySupplier) Constructors in io.datarouter.bytes.kvfile.io.write with parameters of type BinaryDictionaryModifierConstructorDescriptionKvFileWriterConfig(BlockfileWriterBuilder<List<T>> blockfileWriterBuilder, KvFileBlockFormat blockFormat, BinaryDictionary headerUserDictionary, Supplier<BinaryDictionary> footerUserDictionarySupplier) Creates an instance of aKvFileWriterConfigrecord class.Constructor parameters in io.datarouter.bytes.kvfile.io.write with type arguments of type BinaryDictionaryModifierConstructorDescriptionKvFileWriterConfig(BlockfileWriterBuilder<List<T>> blockfileWriterBuilder, KvFileBlockFormat blockFormat, BinaryDictionary headerUserDictionary, Supplier<BinaryDictionary> footerUserDictionarySupplier) Creates an instance of aKvFileWriterConfigrecord class.