Uses of Record Class
io.datarouter.bytes.blockfile.block.decoded.BlockfileIndexBlock
Packages that use BlockfileIndexBlock
Package
Description
-
Uses of BlockfileIndexBlock in io.datarouter.bytes.blockfile.encoding.indexblock
Methods in io.datarouter.bytes.blockfile.encoding.indexblock that return BlockfileIndexBlockMethods in io.datarouter.bytes.blockfile.encoding.indexblock with parameters of type BlockfileIndexBlockModifier and TypeMethodDescriptiondefault BlockfileIndexEntryBlockfileIndexBlockCodec.childContainingRowId(BlockfileIndexBlock block, long rowId) default BlockfileIndexEntryBlockfileIndexBlockCodec.childContainingValueBlockId(BlockfileIndexBlock block, long valueBlockId) BlockfileIndexBlockCodec.decodeChild(BlockfileIndexBlock block, int childIndex) default BlockfileIndexEntryBlockfileIndexBlockCodec.firstChild(BlockfileIndexBlock block) default Optional<BlockfileIndexEntry> BlockfileIndexBlockCodec.firstChildContainingKey(BlockfileIndexBlock block, byte[] key) default BlockfileIndexEntryBlockfileIndexBlockCodec.lastChild(BlockfileIndexBlock block) default Optional<BlockfileIndexEntry> BlockfileIndexBlockCodec.lastChildContainingKey(BlockfileIndexBlock block, byte[] key) default intBlockfileIndexBlockCodec.rangeEndIndex(BlockfileIndexBlock block, byte[] key) default intBlockfileIndexBlockCodec.rangeStartIndex(BlockfileIndexBlock block, byte[] key) default io.datarouter.scanner.Scanner<BlockfileIndexEntry> BlockfileIndexBlockCodec.scanChildren(BlockfileIndexBlock block) default io.datarouter.scanner.Scanner<BlockfileIndexEntry> BlockfileIndexBlockCodec.scanChildrenDesc(BlockfileIndexBlock block) -
Uses of BlockfileIndexBlock in io.datarouter.bytes.blockfile.encoding.indexblock.impl
Methods in io.datarouter.bytes.blockfile.encoding.indexblock.impl that return BlockfileIndexBlockMethods in io.datarouter.bytes.blockfile.encoding.indexblock.impl with parameters of type BlockfileIndexBlockModifier and TypeMethodDescriptionBlockfileV1IndexBlockCodec.decodeChild(BlockfileIndexBlock indexBlock, int childIndex) -
Uses of BlockfileIndexBlock in io.datarouter.bytes.blockfile.io.read
Methods in io.datarouter.bytes.blockfile.io.read that return BlockfileIndexBlock -
Uses of BlockfileIndexBlock in io.datarouter.bytes.blockfile.io.read.metadata
Methods in io.datarouter.bytes.blockfile.io.read.metadata that return BlockfileIndexBlock