|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.nutch.fetcher.FetcherOutput
public final class FetcherOutput
| Constructor Summary | |
|---|---|
FetcherOutput()
|
|
FetcherOutput(CrawlDatum crawlDatum,
Content content,
ParseImpl parse)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Configuration |
getConf()
Return the configuration used by this object. |
Content |
getContent()
|
CrawlDatum |
getCrawlDatum()
|
ParseImpl |
getParse()
|
int |
hashCode()
|
void |
readFields(DataInput in)
Reads the fields of this object from in. |
void |
setConf(Configuration conf)
Set the configuration to be used by this object. |
String |
toString()
|
void |
write(DataOutput out)
Writes the fields of this object to out. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FetcherOutput()
public FetcherOutput(CrawlDatum crawlDatum,
Content content,
ParseImpl parse)
| Method Detail |
|---|
public final void readFields(DataInput in)
throws IOException
Writablein. For efficiency,
implementations should attempt to re-use storage in the existing object
where possible.
readFields in interface WritableIOException
public final void write(DataOutput out)
throws IOException
Writableout.
write in interface WritableIOExceptionpublic CrawlDatum getCrawlDatum()
public Content getContent()
public ParseImpl getParse()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic void setConf(Configuration conf)
Configurable
setConf in interface Configurablepublic Configuration getConf()
Configurable
getConf in interface Configurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||