|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.KeyValue.RowComparator
public static class KeyValue.RowComparator
Comparator that compares row component only of a KeyValue.
Constructor Summary | |
---|---|
KeyValue.RowComparator(KeyValue.KVComparator c)
|
Method Summary | |
---|---|
int |
compare(KeyValue left,
KeyValue right)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public KeyValue.RowComparator(KeyValue.KVComparator c)
Method Detail |
---|
public int compare(KeyValue left, KeyValue right)
compare
in interface java.util.Comparator<KeyValue>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |