Uses of Class
org.apache.nutch.metadata.MetaWrapper

Packages that use MetaWrapper
org.apache.nutch.segment   
 

Uses of MetaWrapper in org.apache.nutch.segment
 

Methods in org.apache.nutch.segment that return types with arguments of type MetaWrapper
 RecordReader<Text,MetaWrapper> SegmentMerger.ObjectInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter)
           
 RecordWriter<Text,MetaWrapper> SegmentMerger.SegmentOutputFormat.getRecordWriter(FileSystem fs, JobConf job, String name, Progressable progress)
           
 

Methods in org.apache.nutch.segment with parameters of type MetaWrapper
 void SegmentMerger.map(Text key, MetaWrapper value, OutputCollector<Text,MetaWrapper> output, Reporter reporter)
           
 

Method parameters in org.apache.nutch.segment with type arguments of type MetaWrapper
 void SegmentMerger.map(Text key, MetaWrapper value, OutputCollector<Text,MetaWrapper> output, Reporter reporter)
           
 void SegmentMerger.reduce(Text key, Iterator<MetaWrapper> values, OutputCollector<Text,MetaWrapper> output, Reporter reporter)
          NOTE: in selecting the latest version we rely exclusively on the segment name (not all segment data contain time information).
 void SegmentMerger.reduce(Text key, Iterator<MetaWrapper> values, OutputCollector<Text,MetaWrapper> output, Reporter reporter)
          NOTE: in selecting the latest version we rely exclusively on the segment name (not all segment data contain time information).
 



Copyright © 2006 The Apache Software Foundation