public abstract class ObjectWritableComparator extends Object implements HadoopPoolsConfigurable
Modifier and Type | Class and Description |
---|---|
static class |
ObjectWritableComparator.ObjectWritableMapComparator |
static class |
ObjectWritableComparator.ObjectWritableReduceComparator |
Modifier and Type | Field and Description |
---|---|
protected Comparator |
comparator |
static Logger |
LOGGER |
Constructor and Description |
---|
ObjectWritableComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(byte[] bytes,
int i,
int i1,
byte[] bytes1,
int i2,
int i3) |
int |
compare(ObjectWritable objectWritable1,
ObjectWritable objectWritable2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConf, setConf
public static final Logger LOGGER
protected Comparator comparator
public int compare(ObjectWritable objectWritable1, ObjectWritable objectWritable2)
public int compare(byte[] bytes, int i, int i1, byte[] bytes1, int i2, int i3)
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.