public static class KeyValue.RowOnlyComparator extends Object implements Comparator<KeyValue>
Modifier and Type | Field and Description |
---|---|
(package private) KeyValue.KVComparator |
comparator |
Constructor and Description |
---|
KeyValue.RowOnlyComparator(KeyValue.KVComparator c) |
Modifier and Type | Method and Description |
---|---|
int |
compare(KeyValue left,
KeyValue right) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
final KeyValue.KVComparator comparator
public KeyValue.RowOnlyComparator(KeyValue.KVComparator c)
public int compare(KeyValue left, KeyValue right)
compare
in interface Comparator<KeyValue>
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.