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