com.ebay.erl.mobius.datajoin
Class NegativeComparator

java.lang.Object
  extended by org.apache.hadoop.io.WritableComparator
      extended by com.ebay.erl.mobius.datajoin.NegativeComparator
All Implemented Interfaces:
java.util.Comparator, org.apache.hadoop.io.RawComparator

public class NegativeComparator
extends org.apache.hadoop.io.WritableComparator


Constructor Summary
NegativeComparator()
           
 
Method Summary
 int compare(org.apache.hadoop.io.WritableComparable a, org.apache.hadoop.io.WritableComparable b)
           
 
Methods inherited from class org.apache.hadoop.io.WritableComparator
compare, compare, compareBytes, define, get, getKeyClass, hashBytes, newKey, readDouble, readFloat, readInt, readLong, readUnsignedShort, readVInt, readVLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

NegativeComparator

public NegativeComparator()
Method Detail

compare

public int compare(org.apache.hadoop.io.WritableComparable a,
                   org.apache.hadoop.io.WritableComparable b)
Overrides:
compare in class org.apache.hadoop.io.WritableComparator