Uses of Interface
io.datarouter.bytes.blockfile.encoding.indexblock.BlockfileIndexBlockCodec
Packages that use BlockfileIndexBlockCodec
Package
Description
-
Uses of BlockfileIndexBlockCodec in io.datarouter.bytes.blockfile.encoding.indexblock
Methods in io.datarouter.bytes.blockfile.encoding.indexblock that return types with arguments of type BlockfileIndexBlockCodecModifier and TypeMethodDescriptionBlockfileIndexBlockFormat.supplier()Returns the value of thesupplierrecord component.Constructor parameters in io.datarouter.bytes.blockfile.encoding.indexblock with type arguments of type BlockfileIndexBlockCodecModifierConstructorDescriptionBlockfileIndexBlockFormat(String encodedName, Supplier<BlockfileIndexBlockCodec> supplier) Creates an instance of aBlockfileIndexBlockFormatrecord class. -
Uses of BlockfileIndexBlockCodec in io.datarouter.bytes.blockfile.encoding.indexblock.impl
Classes in io.datarouter.bytes.blockfile.encoding.indexblock.impl that implement BlockfileIndexBlockCodecModifier and TypeClassDescriptionclassSections: - block length - block type - number of index entries - children info table: blockId, fromItemId, toItemId, fromBytes, length, indexEntryOffset - concatenation of index entries -
Uses of BlockfileIndexBlockCodec in io.datarouter.bytes.blockfile.io.write
Constructors in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileIndexBlockCodecModifierConstructorDescriptionBlockfileIndexer(BlockfileWriterState writerState, int maxRecordsPerLevel, Optional<ByteLength> optTargetBlockSize, BlockfileIndexBlockCodec indexBlockCodec)