| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| Modifier and Type | Field and Description | 
|---|---|
| private List<HFileBlock.BlockWritable> | HFileWriterImpl. additionalLoadOnOpenDataAdditional data items to be written to the "load-on-open" section. | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) void | HFileBlock.Writer. writeBlock(HFileBlock.BlockWritable bw,
          org.apache.hadoop.fs.FSDataOutputStream out)Takes the given  HFileBlock.BlockWritableinstance, creates a new block of
 its appropriate type, writes the writable into this block, and flushes
 the block into the output stream. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.