| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.util | 
| Modifier and Type | Method and Description | 
|---|---|
static CellComparator | 
CellComparator.getInstance()
A comparator for ordering cells in user-space tables. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
CellUtil.compare(CellComparator comparator,
       Cell left,
       byte[] key,
       int offset,
       int length)
Deprecated. 
 
As of HBase-2.0. Will be removed in HBase-3.0 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
Bytes.binarySearch(Cell[] arr,
            Cell key,
            CellComparator comparator)
Binary search for keys in indexes. 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.