net.nutch.db
Class WebDBWriter.PageInstruction.PageComparator
java.lang.Object
net.nutch.io.WritableComparator
net.nutch.db.WebDBWriter.PageInstruction.PageComparator
- Enclosing class:
- WebDBWriter.PageInstruction
- public static class WebDBWriter.PageInstruction.PageComparator
- extends WritableComparator
Sorts the instruction first by Page, then by opcode.
Method Summary |
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
Optimized comparator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDBWriter.PageInstruction.PageComparator
public WebDBWriter.PageInstruction.PageComparator()
compare
public int compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
- Optimized comparator.
- Overrides:
compare
in class WritableComparator
Copyright © 2004 The Nutch Organization.