Uses of Class
org.apache.nutch.crawl.Generator.SelectorEntry
-
Packages that use Generator.SelectorEntry Package Description org.apache.nutch.crawl Crawl control code and tools to run the crawler.org.apache.nutch.tools Miscellaneous tools. -
-
Uses of Generator.SelectorEntry in org.apache.nutch.crawl
Methods in org.apache.nutch.crawl with parameters of type Generator.SelectorEntry Modifier and Type Method Description void
Generator.SelectorInverseMapper. map(FloatWritable key, Generator.SelectorEntry value, Mapper.Context context)
Method parameters in org.apache.nutch.crawl with type arguments of type Generator.SelectorEntry Modifier and Type Method Description void
Generator.PartitionReducer. reduce(Text key, Iterable<Generator.SelectorEntry> values, Reducer.Context context)
void
Generator.SelectorReducer. reduce(FloatWritable key, Iterable<Generator.SelectorEntry> values, Reducer.Context context)
-
Uses of Generator.SelectorEntry in org.apache.nutch.tools
Method parameters in org.apache.nutch.tools with type arguments of type Generator.SelectorEntry Modifier and Type Method Description void
FreeGenerator.FG.FGReducer. reduce(Text key, Iterable<Generator.SelectorEntry> values, Reducer.Context context)
-