|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.conf.Configured
cascading.tuple.hadoop.util.DeserializerComparator<IndexTuple>
cascading.tuple.hadoop.util.IndexTupleCoGroupingComparator
public class IndexTupleCoGroupingComparator
Constructor Summary | |
---|---|
IndexTupleCoGroupingComparator()
|
Method Summary | |
---|---|
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
|
int |
compare(IndexTuple lhs,
IndexTuple rhs)
|
Methods inherited from class cascading.tuple.hadoop.util.DeserializerComparator |
---|
getFieldComparatorsFrom, setConf |
Methods inherited from class org.apache.hadoop.conf.Configured |
---|
getConf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hadoop.conf.Configurable |
---|
getConf, setConf |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public IndexTupleCoGroupingComparator()
Method Detail |
---|
public int compare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2)
compare
in interface RawComparator<IndexTuple>
public int compare(IndexTuple lhs, IndexTuple rhs)
compare
in interface java.util.Comparator<IndexTuple>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |