| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| Modifier and Type | Field and Description | 
|---|---|
| private HFileBlock.BlockIterator | HFileInfo. blockIterThe iterator will track all blocks in load-on-open section, since we use the
  ByteBuffAllocatorto manage the ByteBuffers in block now,
 so we must ensure that deallocate all ByteBuffers in the end. | 
| Modifier and Type | Method and Description | 
|---|---|
| HFileBlock.BlockIterator | HFileBlock.FSReader. blockRange(long startOffset,
          long endOffset)Creates a block iterator over the given portion of the  HFile. | 
| HFileBlock.BlockIterator | HFileBlock.FSReaderImpl. blockRange(long startOffset,
          long endOffset) | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | HFileInfo. loadMetaInfo(HFileBlock.BlockIterator blockIter,
            HFileContext hfileContext) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.