public static class DupKeyData.TwoPartKeyComparator extends Object implements Comparator<byte[]>
| Constructor and Description |
|---|
TwoPartKeyComparator(Comparator<byte[]> btreeComparator,
Comparator<byte[]> dupComparator) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(byte[] twoPartKey1,
byte[] twoPartKey2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic TwoPartKeyComparator(Comparator<byte[]> btreeComparator, Comparator<byte[]> dupComparator)
public int compare(byte[] twoPartKey1,
byte[] twoPartKey2)
compare in interface Comparator<byte[]>Copyright © 2024. All rights reserved.