cascading.tuple.hadoop
Class TupleComparator

java.lang.Object
  extended by Configured
      extended by cascading.tuple.hadoop.DeserializerComparator<Tuple>
          extended by cascading.tuple.hadoop.TupleComparator

public class TupleComparator
extends DeserializerComparator<Tuple>


Constructor Summary
TupleComparator()
           
 
Method Summary
 int compare(Tuple lhs, Tuple rhs)
           
 
Methods inherited from class cascading.tuple.hadoop.DeserializerComparator
compare, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleComparator

public TupleComparator()
Method Detail

compare

public int compare(Tuple lhs,
                   Tuple rhs)


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