| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| Modifier and Type | Field and Description |
|---|---|
protected HFile.FileInfo |
AbstractHFileWriter.fileInfo
A "file info" block: a key-value map of file-wide metadata.
|
protected HFile.FileInfo |
AbstractHFileReader.fileInfo |
| 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-2016 The Apache Software Foundation. All Rights Reserved.