cascading.tuple.hadoop
Class ReverseTuplePairComparator

java.lang.Object
  extended by Configured
      extended by cascading.tuple.hadoop.DeserializerComparator<TuplePair>
          extended by cascading.tuple.hadoop.TuplePairComparator
              extended by cascading.tuple.hadoop.ReverseTuplePairComparator

public class ReverseTuplePairComparator
extends TuplePairComparator

Class ReverseTuplePairComparator is an implementation of RawComparator.


Constructor Summary
ReverseTuplePairComparator()
           
 
Method Summary
 int compare(TuplePair lhs, TuplePair 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

ReverseTuplePairComparator

public ReverseTuplePairComparator()
Method Detail

compare

public int compare(TuplePair lhs,
                   TuplePair rhs)
Overrides:
compare in class TuplePairComparator


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