Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Field and Description |
---|---|
protected HFile.FileInfo |
AbstractHFileReader.fileInfo |
protected HFile.FileInfo |
AbstractHFileWriter.fileInfo
A "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.