Uses of Class
org.iq80.leveldb.table.BlockHandle
Packages that use BlockHandle
-
Uses of BlockHandle in org.iq80.leveldb.table
Fields in org.iq80.leveldb.table declared as BlockHandleModifier and TypeFieldDescriptionprivate final BlockHandleFooter.indexBlockHandleprivate final BlockHandleFooter.metaindexBlockHandleprotected final BlockHandleTable.metaindexBlockHandleprivate BlockHandleTableBuilder.pendingHandleMethods in org.iq80.leveldb.table that return BlockHandleModifier and TypeMethodDescriptionFooter.getIndexBlockHandle()Footer.getMetaindexBlockHandle()static BlockHandleBlockHandle.readBlockHandle(SliceInput sliceInput) private BlockHandleTableBuilder.writeBlock(BlockBuilder blockBuilder) Methods in org.iq80.leveldb.table with parameters of type BlockHandleModifier and TypeMethodDescriptionprotected BlockFileChannelTable.readBlock(BlockHandle blockHandle) protected BlockMMapTable.readBlock(BlockHandle blockHandle) protected abstract BlockTable.readBlock(BlockHandle blockHandle) static SliceBlockHandle.writeBlockHandle(BlockHandle blockHandle) static voidBlockHandle.writeBlockHandleTo(BlockHandle blockHandle, SliceOutput sliceOutput) Constructors in org.iq80.leveldb.table with parameters of type BlockHandleModifierConstructorDescription(package private)Footer(BlockHandle metaindexBlockHandle, BlockHandle indexBlockHandle)