Uses of Interface
org.apache.nutch.db.IWebDBWriter

Packages that use IWebDBWriter
org.apache.nutch.db Web database: tracks page fetches and link structure. 
org.apache.nutch.tools   
 

Uses of IWebDBWriter in org.apache.nutch.db
 

Classes in org.apache.nutch.db that implement IWebDBWriter
 class DistributedWebDBWriter
          This is a wrapper class that allows us to reorder write operations to the linkdb and pagedb.
 class WebDBWriter
          This is a wrapper class that allows us to reorder write operations to the linkdb and pagedb.
 

Constructors in org.apache.nutch.db with parameters of type IWebDBWriter
WebDBInjector(IWebDBWriter dbWriter)
          WebDBInjector takes a reference to a WebDBWriter that it should add to.
 

Uses of IWebDBWriter in org.apache.nutch.tools
 

Constructors in org.apache.nutch.tools with parameters of type IWebDBWriter
UpdateDatabaseTool(IWebDBWriter webdb, boolean additionsAllowed, int maxCount)
          Take in the WebDBWriter, instantiated elsewhere.
 



Copyright © 2006 The Apache Software Foundation