java.lang.Object org.supermind.crawl.LoggingPagePersister
public class LoggingPagePersister
Field Summary |
---|
Fields inherited from interface org.supermind.crawl.PagePersister |
---|
NO_OP |
Constructor Summary | |
---|---|
LoggingPagePersister()
|
Method Summary | |
---|---|
void |
close()
Cleanup. |
void |
outputPage(FetcherOutput fo,
org.apache.nutch.protocol.Content content,
org.apache.nutch.parse.Parse parse)
Persists a fetched page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingPagePersister()
Method Detail |
---|
public void close() throws java.io.IOException
PagePersister
close
in interface PagePersister
java.io.IOException
public void outputPage(FetcherOutput fo, org.apache.nutch.protocol.Content content, org.apache.nutch.parse.Parse parse) throws java.io.IOException
PagePersister
outputPage
in interface PagePersister
java.io.IOException