@InterfaceAudience.Public public static class ImmutableBytesWritable.Comparator extends org.apache.hadoop.io.WritableComparator
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.io.BytesWritable.Comparator |
comparator |
Constructor and Description |
---|
Comparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2) |
compare, compare, compareBytes, define, get, get, getConf, getKeyClass, hashBytes, hashBytes, newKey, readDouble, readFloat, readInt, readLong, readUnsignedShort, readVInt, readVLong, setConf
clone, equals, finalize, 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
private org.apache.hadoop.io.BytesWritable.Comparator comparator
public Comparator()
public int compare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2)
compare
in interface org.apache.hadoop.io.RawComparator
compare
in class org.apache.hadoop.io.WritableComparator
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.