org.supermind.crawl
Interface PagePersister

All Known Implementing Classes:
LoggingPagePersister, MapFileContentSeenFilter, NutchSegmentPagePersister

public interface PagePersister

Persists a fetched page.


Field Summary
static PagePersister NO_OP
           
 
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.
 

Field Detail

NO_OP

static final PagePersister NO_OP
Method Detail

close

void close()
           throws java.io.IOException
Cleanup.

Throws:
java.io.IOException

outputPage

void outputPage(FetcherOutput fo,
                org.apache.nutch.protocol.Content content,
                org.apache.nutch.parse.Parse parse)
                throws java.io.IOException
Persists a fetched page.

Parameters:
fo -
content -
parse -
Throws:
java.io.IOException