public class KeyFieldBasedComparator<K,V> extends WritableComparator implements JobConfigurable
构造器和说明 |
---|
KeyFieldBasedComparator() |
限定符和类型 | 方法和说明 |
---|---|
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
Optimization hook.
|
void |
configure(JobConf job)
Initializes a new instance from a
JobConf . |
compare, compare, compareBytes, define, get, getKeyClass, hashBytes, hashBytes, newKey, readDouble, readFloat, readInt, readLong, readUnsignedShort, readVInt, readVLong
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public void configure(JobConf job)
JobConfigurable
JobConf
.configure
在接口中 JobConfigurable
job
- the configurationpublic int compare(byte[] b1, int s1, int l1, byte[] b2, int s2, int l2)
WritableComparator
The default implementation reads the data into two WritableComparable
s (using Writable.readFields(DataInput)
, then calls WritableComparator.compare(WritableComparable,WritableComparable)
.
compare
在接口中 RawComparator
compare
在类中 WritableComparator
Copyright © 2009 The Apache Software Foundation