private static class TestClientNoCluster.MetaRowsComparator extends Object implements Comparator<byte[]>
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.CellComparatorImpl |
delegate |
Modifier | Constructor and Description |
---|---|
private |
MetaRowsComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(byte[] left,
byte[] right) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
private final org.apache.hadoop.hbase.CellComparatorImpl delegate
private MetaRowsComparator()
public int compare(byte[] left, byte[] right)
compare
in interface Comparator<byte[]>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.