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. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.