Uses of Class
org.apache.nutch.crawl.NutchWritable
Packages that use NutchWritable
Package
Description
Crawl control code and tools to run the crawler.
The Nutch multi-threaded fetching module
Index content, configure and run indexing and cleaning jobs to
add, update, and delete documents from an index.
A Multi-valued Metadata container, and set
of constant fields for Nutch Metadata.
The
Parse interface and related classes.A segment stores all data from on generate/fetch/update cycle:
fetch list, protocol status, raw content, parsed content, and extracted outgoing links.
Tools to import / export between Nutch segments and
WARC archives.
-
Uses of NutchWritable in org.apache.nutch.crawl
Method parameters in org.apache.nutch.crawl with type arguments of type NutchWritableModifier and TypeMethodDescriptionvoidCrawlDbReader.CrawlDbStatReducer.reduce(Text key, Iterable<NutchWritable> values, Reducer<Text, NutchWritable, Text, NutchWritable>.Context context) -
Uses of NutchWritable in org.apache.nutch.fetcher
Methods in org.apache.nutch.fetcher that return types with arguments of type NutchWritableModifier and TypeMethodDescriptionFetcherOutputFormat.getRecordWriter(TaskAttemptContext context) Method parameters in org.apache.nutch.fetcher with type arguments of type NutchWritableModifier and TypeMethodDescriptionvoidFetcher.FetcherReducer.reduce(Text key, Iterable<NutchWritable> values, Reducer<Text, NutchWritable, Text, NutchWritable>.Context context) -
Uses of NutchWritable in org.apache.nutch.hostdb
Method parameters in org.apache.nutch.hostdb with type arguments of type NutchWritableModifier and TypeMethodDescriptionvoidUpdateHostDbReducer.reduce(Text key, Iterable<NutchWritable> values, Reducer<Text, NutchWritable, Text, HostDatum>.Context context) -
Uses of NutchWritable in org.apache.nutch.indexer
Method parameters in org.apache.nutch.indexer with type arguments of type NutchWritableModifier and TypeMethodDescriptionvoidIndexerMapReduce.IndexerReducer.reduce(Text key, Iterable<NutchWritable> values, Reducer<Text, NutchWritable, Text, NutchIndexAction>.Context context) -
Uses of NutchWritable in org.apache.nutch.metadata
Subclasses of NutchWritable in org.apache.nutch.metadataModifier and TypeClassDescriptionclassThis is a simple decorator that adds metadata to any Writable-s that can be serialized byNutchWritable. -
Uses of NutchWritable in org.apache.nutch.parse
Methods in org.apache.nutch.parse with parameters of type NutchWritableModifier and TypeMethodDescriptionintParseSegment.ParseSegmentPartitioner.getPartition(Text key, NutchWritable value, int numPartitions) Method parameters in org.apache.nutch.parse with type arguments of type NutchWritableModifier and TypeMethodDescriptionvoidParseSegment.ParseSegmentReducer.reduce(Text key, Iterable<NutchWritable> values, Reducer<Text, NutchWritable, Text, ParseImpl>.Context context) -
Uses of NutchWritable in org.apache.nutch.scoring.webgraph
Method parameters in org.apache.nutch.scoring.webgraph with type arguments of type NutchWritableModifier and TypeMethodDescriptionvoidWebGraph.OutlinkDb.OutlinkDbReducer.reduce(Text key, Iterable<NutchWritable> values, Reducer<Text, NutchWritable, Text, LinkDatum>.Context context) -
Uses of NutchWritable in org.apache.nutch.segment
Method parameters in org.apache.nutch.segment with type arguments of type NutchWritableModifier and TypeMethodDescriptionvoidSegmentReader.InputCompatReducer.reduce(Text key, Iterable<NutchWritable> values, Reducer<Text, NutchWritable, Text, Text>.Context context) -
Uses of NutchWritable in org.apache.nutch.tools.warc
Method parameters in org.apache.nutch.tools.warc with type arguments of type NutchWritableModifier and TypeMethodDescriptionvoidWARCExporter.WARCMapReduce.WARCReducer.reduce(Text key, Iterable<NutchWritable> values, Reducer<Text, NutchWritable, NullWritable, com.martinkl.warc.WARCWritable>.Context context)