public class ReverseTupleComparator extends TupleComparator
BaseTupleComparator.RawComparison
groupComparators, keyTypes, lhsBuffer, lhsStream, rhsBuffer, rhsStream, tupleSerialization
Constructor and Description |
---|
ReverseTupleComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2) |
int |
compare(Tuple lhs,
Tuple rhs) |
getByteComparison
canPerformRawComparisons, getStreamComparison, setConf
compareTuples, compareTuples, getFieldComparatorsFrom, getHadoopTupleInputStream, performRawComparison
getConf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConf
public ReverseTupleComparator()
public int compare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2)
compare
in interface RawComparator<Tuple>
compare
in class BaseTupleComparator
Copyright © 2007-2015 Xplenty, Inc. All Rights Reserved.