| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | KeyValue.MetaComparatorDeprecated. 
 :  MetaCellComparator.META_COMPARATORto be used.
   Deprecated for hbase 2.0, remove for hbase 3.0. | 
| Modifier and Type | Field and Description | 
|---|---|
| static KeyValue.KVComparator | KeyValue. COMPARATORDeprecated. 
 Use  CellComparator.getInstance()instead. Deprecated for hbase 2.0, remove for hbase 3.0. | 
| static KeyValue.KVComparator | KeyValue. META_COMPARATORDeprecated. 
 Use  MetaCellComparator.META_COMPARATORinstead.
   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–2021 The Apache Software Foundation. All rights reserved.