| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| Modifier and Type | Field and Description | 
|---|---|
| private HFileBlockIndex.BlockIndexChunk | HFileBlockIndex.BlockIndexWriter. curInlineChunkCurrent leaf-level chunk. | 
| private HFileBlockIndex.BlockIndexChunk | HFileBlockIndex.BlockIndexWriter. rootChunkWhile the index is being written, this represents the current block index referencing all
 leaf blocks, with one exception. | 
| Modifier and Type | Method and Description | 
|---|---|
| private HFileBlockIndex.BlockIndexChunk | HFileBlockIndex.BlockIndexWriter. writeIntermediateLevel(org.apache.hadoop.fs.FSDataOutputStream out,
                      HFileBlockIndex.BlockIndexChunk currentLevel)Split the current level of the block index into intermediate index blocks of permitted size
 and write those blocks to disk. | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | HFileBlockIndex.BlockIndexWriter. writeIntermediateBlock(org.apache.hadoop.fs.FSDataOutputStream out,
                      HFileBlockIndex.BlockIndexChunk parent,
                      HFileBlockIndex.BlockIndexChunk curChunk) | 
| private HFileBlockIndex.BlockIndexChunk | HFileBlockIndex.BlockIndexWriter. writeIntermediateLevel(org.apache.hadoop.fs.FSDataOutputStream out,
                      HFileBlockIndex.BlockIndexChunk currentLevel)Split the current level of the block index into intermediate index blocks of permitted size
 and write those blocks to disk. | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.