Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Field and Description |
---|---|
private HFileBlock.BlockIterator |
HFileInfo.blockIter
The iterator will track all blocks in load-on-open section, since we use the
ByteBuffAllocator to 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–2020 The Apache Software Foundation. All rights reserved.