cascading.tuple.hadoop.util
Class IndexTupleCoGroupingComparator

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by cascading.tuple.hadoop.util.DeserializerComparator<IndexTuple>
          extended by cascading.tuple.hadoop.util.IndexTupleCoGroupingComparator
All Implemented Interfaces:
Comparator<IndexTuple>, Configurable, RawComparator<IndexTuple>

public class IndexTupleCoGroupingComparator
extends DeserializerComparator<IndexTuple>
implements Configurable


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

IndexTupleCoGroupingComparator

public IndexTupleCoGroupingComparator()
Method Detail

compare

public int compare(byte[] b1,
                   int s1,
                   int l1,
                   byte[] b2,
                   int s2,
                   int l2)
Specified by:
compare in interface RawComparator<IndexTuple>

compare

public int compare(IndexTuple lhs,
                   IndexTuple rhs)
Specified by:
compare in interface Comparator<IndexTuple>


Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.