public static final class Plan.MRContainerKeyComparator extends Object implements org.apache.hadoop.io.RawComparator<MRContainer>
Modifier and Type | Field and Description |
---|---|
(package private) int[] |
container_size |
Constructor and Description |
---|
Plan.MRContainerKeyComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(byte[] x,
int xs,
int xl,
byte[] y,
int ys,
int yl) |
int |
compare(MRContainer x,
MRContainer y) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public final int compare(byte[] x, int xs, int xl, byte[] y, int ys, int yl)
compare
in interface org.apache.hadoop.io.RawComparator<MRContainer>
public final int compare(MRContainer x, MRContainer y)
compare
in interface Comparator<MRContainer>
Copyright © 2013 The Apache Software Foundation. All rights reserved.