Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Class and Description |
---|---|
static class |
KeyValue.MetaComparator
Deprecated.
:
CellComparatorImpl.META_COMPARATOR to be used. Deprecated for hbase 2.0, remove for hbase 3.0. |
Modifier and Type | Field and Description |
---|---|
static KeyValue.KVComparator |
KeyValue.COMPARATOR
Deprecated.
Use
CellComparator.getInstance() instead. Deprecated for hbase 2.0, remove for hbase 3.0. |
static KeyValue.KVComparator |
KeyValue.META_COMPARATOR
Deprecated.
Use
CellComparatorImpl.META_COMPARATOR instead. Deprecated for hbase 2.0, remove for hbase 3.0. |
Modifier and Type | Method and Description |
---|---|
KeyValue.KVComparator |
HRegionInfo.getComparator()
Deprecated.
Use Region#getCellComparator(). deprecated for hbase 2.0, remove for hbase 3.0
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.