Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFileBlock.BlockIterator
Packages that use HFileBlock.BlockIterator
-
Uses of HFileBlock.BlockIterator in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as HFileBlock.BlockIteratorModifier 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.Methods in org.apache.hadoop.hbase.io.hfile that return HFileBlock.BlockIteratorModifier 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) Methods in org.apache.hadoop.hbase.io.hfile with parameters of type HFileBlock.BlockIteratorModifier and TypeMethodDescriptionprivate void
HFileInfo.loadMetaInfo
(HFileBlock.BlockIterator blockIter, HFileContext hfileContext)