Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFileBlock.BlockIterator
-
Uses of HFileBlock.BlockIterator in org.apache.hadoop.hbase.io.hfile
Modifier and TypeFieldDescriptionprivate HFileBlock.BlockIterator
HFileInfo.blockIter
The iterator will track all blocks in load-on-open section, since we use theByteBuffAllocator
to manage the ByteBuffers in block now, so we must ensure that deallocate all ByteBuffers in the end.Modifier and TypeMethodDescriptionHFileBlock.FSReader.blockRange
(long startOffset, long endOffset) Creates a block iterator over the given portion of theHFile
.HFileBlock.FSReaderImpl.blockRange
(long startOffset, long endOffset) Modifier and TypeMethodDescriptionprivate void
HFileInfo.loadMetaInfo
(HFileBlock.BlockIterator blockIter, HFileContext hfileContext)