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

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

Uses of IWebDBReader in org.apache.nutch.db
 

Classes in org.apache.nutch.db that implement IWebDBReader
 class DistributedWebDBReader
          The WebDBReader implements all the read-only parts of accessing our web database.
 class WebDBReader
          The WebDBReader implements all the read-only parts of accessing our web database.
 

Constructors in org.apache.nutch.db with parameters of type IWebDBReader
WebDBAnchors(IWebDBReader db)
          Construct for the named db.
 

Uses of IWebDBReader in org.apache.nutch.tools
 

Constructors in org.apache.nutch.tools with parameters of type IWebDBReader
WebDBAdminTool(IWebDBReader reader)
           
 



Copyright © 2006 The Apache Software Foundation