Uses of Interface
net.nutch.db.IWebDBWriter

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

Uses of IWebDBWriter in net.nutch.db
 

Classes in net.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 net.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 net.nutch.tools
 

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



Copyright © 2004 The Nutch Organization.