public static class JoinUtils.TupleWritableComparator extends Object implements org.apache.hadoop.io.RawComparator<TupleWritable>
Constructor and Description |
---|
TupleWritableComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2) |
int |
compare(TupleWritable o1,
TupleWritable o2) |
equals, 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
public int compare(TupleWritable o1, TupleWritable o2)
compare
in interface Comparator<TupleWritable>
public int compare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2)
compare
in interface org.apache.hadoop.io.RawComparator<TupleWritable>
Copyright © 2016 The Apache Software Foundation. All rights reserved.