This project has retired. For details please refer to its
Attic page .
JoinUtils.AvroPairGroupingComparator (Apache Crunch 0.5.0-incubating API)
JavaScript is disabled on your browser.
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.crunch.lib.join.JoinUtils.AvroPairGroupingComparator<T>
Method Summary
Methods
Modifier and Type
Method and Description
int
compare (org.apache.avro.mapred.AvroWrapper<T > x,
org.apache.avro.mapred.AvroWrapper<T > y)
int
compare (byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
void
setConf (org.apache.hadoop.conf.Configuration conf)
Methods inherited from class org.apache.hadoop.conf.Configured
getConf
Method Detail
compare
public int compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
Specified by:
compare
in interface org.apache.hadoop.io.RawComparator<org.apache.avro.mapred.AvroWrapper<T >>
Copyright © 2013 The Apache Software Foundation . All Rights Reserved.