public static class KeyValue.RowOnlyComparator extends Object implements Comparator<KeyValue>
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
public KeyValue.RowOnlyComparator(KeyValue.KVComparator c)
public int compare(KeyValue left, KeyValue right)
compare
in interface Comparator<KeyValue>
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.