protected static class CrawlDbReader.CrawlDatumCsvOutputFormat.LineRecordWriter extends RecordWriter<Text,CrawlDatum>
| Constructor and Description |
|---|
LineRecordWriter(java.io.DataOutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(TaskAttemptContext context) |
void |
write(Text key,
CrawlDatum value) |
public void write(Text key, CrawlDatum value) throws java.io.IOException
write in class RecordWriter<Text,CrawlDatum>java.io.IOExceptionpublic void close(TaskAttemptContext context) throws java.io.IOException
close in class RecordWriter<Text,CrawlDatum>java.io.IOExceptionCopyright © 2019 The Apache Software Foundation