| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.io | |
| org.apache.hadoop.hbase.io.hfile |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SizedCellScanner
A CellScanner that knows its size in memory in bytes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HFileContext
This carries the information on some of the meta data about the HFile.
|
Copyright © 2007–2018. All rights reserved.