| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.io | |
| org.apache.hadoop.hbase.io.hfile |
| 限定符和类型 | 类和说明 |
|---|---|
class |
KeyValue
An HBase Key/Value.
|
static class |
KeyValue.KeyOnlyKeyValue
A simple form of KeyValue that creates a keyvalue with only the key part of the byte[]
Mainly used in places where we need to compare two cells.
|
class |
NoTagsKeyValue
An extension of the KeyValue where the tags length is always 0
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
SizedCellScanner
A CellScanner that knows its size in memory in bytes.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HFileContext
This carries the information on some of the meta data about the HFile.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.