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