org.apache.nutch.indexer
Class DeleteDuplicates.IndexDoc

java.lang.Object
  extended by org.apache.nutch.indexer.DeleteDuplicates.IndexDoc
All Implemented Interfaces:
Comparable, Writable, WritableComparable
Enclosing class:
DeleteDuplicates

public static class DeleteDuplicates.IndexDoc
extends Object
implements WritableComparable


Constructor Summary
DeleteDuplicates.IndexDoc()
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 void readFields(DataInput in)
           
 String toString()
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteDuplicates.IndexDoc

public DeleteDuplicates.IndexDoc()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface Writable
Throws:
IOException

readFields

public void readFields(DataInput in)
                throws IOException
Specified by:
readFields in interface Writable
Throws:
IOException

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2006 The Apache Software Foundation