| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected HFile.FileInfo | AbstractHFileReader. fileInfo | 
| protected HFile.FileInfo | AbstractHFileWriter. fileInfoA "file info" block: a key-value map of file-wide metadata. | 
| Modifier and Type | Method and Description | 
|---|---|
| HFile.FileInfo | HFile.FileInfo. append(byte[] k,
      byte[] v,
      boolean checkPrefix)Append the given key/value pair to the file info, optionally checking the
 key prefix. | 
| HFile.FileInfo | AbstractHFileReader. loadFileInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| static HFileDataBlockEncoder | HFileDataBlockEncoderImpl. createFromFileInfo(HFile.FileInfo fileInfo) | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.