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.block.decoded
Methods in io.datarouter.bytes.blockfile.block.decoded that return BinaryDictionaryModifier and TypeMethodDescriptionBlockfileFooterBlock.userDictionary()Returns the value of theuserDictionaryrecord component.BlockfileHeaderBlock.userDictionary()Returns the value of theuserDictionaryrecord component.Constructors in io.datarouter.bytes.blockfile.block.decoded with parameters of type BinaryDictionaryModifierConstructorDescriptionBlockfileFooterBlock(RecordByteArrayField headerBytes, BinaryDictionary userDictionary, BlockfileLocation headerBlockLocation, BlockfileLocation rootIndexBlockLocation, long numValueBlocks, long numIndexBlocks) Creates an instance of aBlockfileFooterBlockrecord class.BlockfileHeaderBlock(BinaryDictionary userDictionary, BlockfileValueBlockFormat valueBlockFormat, BlockfileIndexBlockFormat indexBlockFormat, BlockfileCompressor compressor, BlockfileChecksummer checksummer) Creates an instance of aBlockfileHeaderBlockrecord class. -
Uses of BinaryDictionary in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return BinaryDictionaryModifier and TypeMethodDescriptionBlockfileWriter.BlockfileWriterConfig.userDictionary()Returns the value of theuserDictionaryrecord component.Methods in io.datarouter.bytes.blockfile.io.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.io.write with parameters of type BinaryDictionaryModifier and TypeMethodDescriptionBlockfileWriterBuilder.setHeaderDictionary(BinaryDictionary headerDictionary) Method parameters in io.datarouter.bytes.blockfile.io.write with type arguments of type BinaryDictionaryModifier and TypeMethodDescriptionBlockfileWriterBuilder.setFooterDictionarySupplier(Supplier<BinaryDictionary> footerDictionarySupplier) Constructors in io.datarouter.bytes.blockfile.io.write with parameters of type BinaryDictionaryModifierConstructorDescriptionBlockfileWriterConfig(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.Constructor parameters in io.datarouter.bytes.blockfile.io.write with type arguments of type BinaryDictionaryModifierConstructorDescriptionBlockfileWriterConfig(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.