org.apache.nutch.fetcher
Class FetcherOutput

java.lang.Object
  extended by org.apache.nutch.fetcher.FetcherOutput
All Implemented Interfaces:
Configurable, Writable

public final class FetcherOutput
extends Object
implements Writable, Configurable


Constructor Summary
FetcherOutput()
           
FetcherOutput(CrawlDatum crawlDatum, Content content, ParseImpl parse)
           
 
Method Summary
 boolean equals(Object o)
           
 Configuration getConf()
           
 Content getContent()
           
 CrawlDatum getCrawlDatum()
           
 ParseImpl getParse()
           
 void readFields(DataInput in)
           
 void setConf(Configuration conf)
           
 String toString()
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FetcherOutput

public FetcherOutput()

FetcherOutput

public FetcherOutput(CrawlDatum crawlDatum,
                     Content content,
                     ParseImpl parse)
Method Detail

readFields

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

write

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

getCrawlDatum

public CrawlDatum getCrawlDatum()

getContent

public Content getContent()

getParse

public ParseImpl getParse()

equals

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

toString

public String toString()
Overrides:
toString in class Object

setConf

public void setConf(Configuration conf)
Specified by:
setConf in interface Configurable

getConf

public Configuration getConf()
Specified by:
getConf in interface Configurable


Copyright © 2006 The Apache Software Foundation