net.opentsdb.core
public static final class Internal.KeyValueComparator extends Object implements Comparator<org.hbase.async.KeyValue>
| Constructor and Description | 
|---|
Internal.KeyValueComparator()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compare(org.hbase.async.KeyValue a,
       org.hbase.async.KeyValue b)
Compares the qualifiers from two key values 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(org.hbase.async.KeyValue a,
          org.hbase.async.KeyValue b)
compare in interface Comparator<org.hbase.async.KeyValue>a - The first kvb - The second kv