| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.codec.prefixtree.decode | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | KeyValueAn HBase Key/Value. | 
| static class  | KeyValue.KeyOnlyKeyValueA 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  | NoTagsKeyValueAn extension of the KeyValue where the tags length is always 0 | 
| class  | TagRewriteCellThis can be used when a Cell has to change with addition/removal of one or more tags. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PrefixTreeArrayReversibleScannerMethods for going backwards through a PrefixTree block. | 
| class  | PrefixTreeArrayScannerExtends PtCell and manipulates its protected fields. | 
| class  | PrefixTreeArraySearcherSearcher extends the capabilities of the Scanner + ReversibleScanner to add the ability to
 position itself on a requested Cell without scanning through cells before it. | 
| class  | PrefixTreeCellAs the PrefixTreeArrayScanner moves through the tree bytes, it changes the values in the fields
 of this class so that Cell logic can be applied, but without allocating new memory for every Cell
 iterated through. | 
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.