| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected HFile.FileInfo |
HFileWriterImpl.fileInfo
A "file info" block: a key-value map of file-wide metadata.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
HFileReaderImpl.loadFileInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
static HFileDataBlockEncoder |
HFileDataBlockEncoderImpl.createFromFileInfo(HFile.FileInfo fileInfo) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.