Uses of Class
org.apache.nutch.parse.ParseImpl

Packages that use ParseImpl
org.apache.nutch.fetcher The Nutch robot. 
org.apache.nutch.parse   
 

Uses of ParseImpl in org.apache.nutch.fetcher
 

Methods in org.apache.nutch.fetcher that return ParseImpl
 ParseImpl FetcherOutput.getParse()
           
 

Constructors in org.apache.nutch.fetcher with parameters of type ParseImpl
FetcherOutput(CrawlDatum crawlDatum, Content content, ParseImpl parse)
           
 

Uses of ParseImpl in org.apache.nutch.parse
 

Methods in org.apache.nutch.parse that return ParseImpl
static ParseImpl ParseImpl.read(DataInput in)
           
 

Method parameters in org.apache.nutch.parse with type arguments of type ParseImpl
 void ParseSegment.map(WritableComparable key, Content content, OutputCollector<Text,ParseImpl> output, Reporter reporter)
           
 



Copyright © 2011 The Apache Software Foundation