org.apache.nutch.crawl
Class Generator.HashComparator
java.lang.Object
org.apache.hadoop.io.WritableComparator
org.apache.nutch.crawl.Generator.HashComparator
- All Implemented Interfaces:
- Comparator
- Enclosing class:
- Generator
- public static class Generator.HashComparator
- extends WritableComparator
Sort fetch lists by hash of URL.
Methods inherited from class org.apache.hadoop.io.WritableComparator |
compare, compareBytes, define, get, getKeyClass, hashBytes, newKey, readFloat, readInt, readLong, readUnsignedShort |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Generator.HashComparator
public Generator.HashComparator()
compare
public int compare(WritableComparable a,
WritableComparable b)
compare
public int compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
Copyright © 2006 The Apache Software Foundation