org.apache.hadoop.hbase
Class KeyValue.RowOnlyComparator
java.lang.Object
org.apache.hadoop.hbase.KeyValue.RowOnlyComparator
- All Implemented Interfaces:
- Comparator<KeyValue>
- Enclosing class:
- KeyValue
public static class KeyValue.RowOnlyComparator
- extends Object
- implements Comparator<KeyValue>
Comparator that compares row component only of a KeyValue.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValue.RowOnlyComparator
public KeyValue.RowOnlyComparator(KeyValue.KVComparator c)
compare
public int compare(KeyValue left,
KeyValue right)
- Specified by:
compare
in interface Comparator<KeyValue>
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.