Uses of Class
org.apache.nutch.db.EditSectionGroupWriter

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

Uses of EditSectionGroupWriter in org.apache.nutch.db
 

Methods in org.apache.nutch.db with parameters of type EditSectionGroupWriter
 void DistributedWebDBWriter.PageInstructionWriter.appendInstructionInfo(EditSectionGroupWriter writer, Page page, int opcode, Writable val)
          Append the PageInstruction info to the indicated SequenceFile, and keep the PI for later reuse.
 void DistributedWebDBWriter.PageInstructionWriter.appendInstructionInfo(EditSectionGroupWriter writer, Page page, Link link, int opcode, Writable val)
          Append the PageInstruction info to the indicated SequenceFile, and keep the PI for later reuse.
 void DistributedWebDBWriter.LinkInstructionWriter.appendInstructionInfo(EditSectionGroupWriter writer, Link link, int opcode, Writable val)
          Append the LinkInstruction info to the indicated SequenceFile and keep the LI for later reuse.
 



Copyright © 2006 The Apache Software Foundation