Uses of Record Class
io.datarouter.bytes.blockfile.index.BlockfileIndexEntry
Packages that use BlockfileIndexEntry
Package
Description
-
Uses of BlockfileIndexEntry in io.datarouter.bytes.blockfile.encoding.indexblock
Methods in io.datarouter.bytes.blockfile.encoding.indexblock that return BlockfileIndexEntryModifier 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 BlockfileIndexEntryBlockfileIndexBlockCodec.lastChild(BlockfileIndexBlock block) Methods in io.datarouter.bytes.blockfile.encoding.indexblock that return types with arguments of type BlockfileIndexEntryModifier and TypeMethodDescriptiondefault Optional<BlockfileIndexEntry> BlockfileIndexBlockCodec.firstChildContainingKey(BlockfileIndexBlock block, byte[] key) default Optional<BlockfileIndexEntry> BlockfileIndexBlockCodec.lastChildContainingKey(BlockfileIndexBlock block, byte[] key) default io.datarouter.scanner.Scanner<BlockfileIndexEntry> BlockfileIndexBlockCodec.scanChildren(BlockfileIndexBlock block) default io.datarouter.scanner.Scanner<BlockfileIndexEntry> BlockfileIndexBlockCodec.scanChildrenDesc(BlockfileIndexBlock block) Methods in io.datarouter.bytes.blockfile.encoding.indexblock with parameters of type BlockfileIndexEntryModifier and TypeMethodDescriptionintBlockfileIndexBlockCodec.estEncodedBytes(BlockfileIndexEntry indexEntry) -
Uses of BlockfileIndexEntry in io.datarouter.bytes.blockfile.encoding.indexblock.impl
Methods in io.datarouter.bytes.blockfile.encoding.indexblock.impl that return BlockfileIndexEntryModifier and TypeMethodDescriptionBlockfileV1IndexBlockCodec.decodeChild(BlockfileIndexBlock indexBlock, int childIndex) Methods in io.datarouter.bytes.blockfile.encoding.indexblock.impl with parameters of type BlockfileIndexEntryModifier and TypeMethodDescriptionintBlockfileV1IndexBlockCodec.estEncodedBytes(BlockfileIndexEntry indexEntry) -
Uses of BlockfileIndexEntry in io.datarouter.bytes.blockfile.index
Methods in io.datarouter.bytes.blockfile.index that return BlockfileIndexEntryModifier and TypeMethodDescriptionBlockfileIndexEntryRange.first()Returns the value of thefirstrecord component.BlockfileIndexEntryRange.last()Returns the value of thelastrecord component.Methods in io.datarouter.bytes.blockfile.index that return types with arguments of type BlockfileIndexEntryModifier and TypeMethodDescriptionBlockfileIndexBlockInput.children()Returns the value of thechildrenrecord component.Constructors in io.datarouter.bytes.blockfile.index with parameters of type BlockfileIndexEntryModifierConstructorDescriptionCreates an instance of aBlockfileIndexEntryRangerecord class.Constructor parameters in io.datarouter.bytes.blockfile.index with type arguments of type BlockfileIndexEntryModifierConstructorDescriptionBlockfileIndexBlockInput(long globalBlockId, long indexBlockId, int level, List<BlockfileIndexEntry> children) Creates an instance of aBlockfileIndexBlockInputrecord class. -
Uses of BlockfileIndexEntry in io.datarouter.bytes.blockfile.io.read
Methods in io.datarouter.bytes.blockfile.io.read with parameters of type BlockfileIndexEntryModifier and TypeMethodDescriptionBlockfileReader.loadEncodedValueBlock(BlockfileIndexEntry index) BlockfileReader.loadIndexBlock(BlockfileIndexEntry indexEntry) -
Uses of BlockfileIndexEntry in io.datarouter.bytes.blockfile.io.read.query
Methods in io.datarouter.bytes.blockfile.io.read.query that return types with arguments of type BlockfileIndexEntryModifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<BlockfileIndexEntry> BlockfileIndexReader.scanIndexEntries()io.datarouter.scanner.Scanner<BlockfileIndexEntry> BlockfileIndexReader.scanLeafIndexEntries()io.datarouter.scanner.Scanner<BlockfileIndexEntry> BlockfileIndexReader.scanRootIndexEntries() -
Uses of BlockfileIndexEntry in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write with parameters of type BlockfileIndexEntryModifier and TypeMethodDescriptionvoidBlockfileIndexBlockBuilder.addChild(BlockfileIndexEntry child, int addToEstEncodedSize)