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