Package | Description |
---|---|
org.apache.nutch.segment |
A segment stores all data from on generate/fetch/update cycle:
fetch list, protocol status, raw content, parsed content, and extracted outgoing links.
|
Modifier and Type | Method and Description |
---|---|
RecordReader<Text,MetaWrapper> |
SegmentMerger.ObjectInputFormat.createRecordReader(InputSplit split,
TaskAttemptContext context) |
RecordWriter<Text,MetaWrapper> |
SegmentMerger.SegmentOutputFormat.getRecordWriter(TaskAttemptContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SegmentMerger.SegmentMergerMapper.map(Text key,
MetaWrapper value,
Mapper.Context context) |
Modifier and Type | Method and Description |
---|---|
void |
SegmentMerger.SegmentMergerReducer.reduce(Text key,
Iterable<MetaWrapper> values,
Reducer.Context context) |
Copyright © 2021 The Apache Software Foundation