public class ReverseWritableComparator<T>
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.io.RawComparator<T>
Constructor and Description |
---|
ReverseWritableComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(byte[] arg0,
int arg1,
int arg2,
byte[] arg3,
int arg4,
int arg5) |
int |
compare(T o1,
T o2) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf
in interface org.apache.hadoop.conf.Configurable
setConf
in class org.apache.hadoop.conf.Configured
public int compare(byte[] arg0, int arg1, int arg2, byte[] arg3, int arg4, int arg5)
compare
in interface org.apache.hadoop.io.RawComparator<T>
public int compare(T o1, T o2)
compare
in interface Comparator<T>
Copyright © 2017 The Apache Software Foundation. All rights reserved.