public class TextRecordWriter extends java.lang.Object implements RecordWriter
Constructor and Description |
---|
TextRecordWriter() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
initialize(java.io.OutputStream out,
Configuration conf) |
void |
write(Writable row) |
public void initialize(java.io.OutputStream out, Configuration conf) throws java.io.IOException
initialize
in interface RecordWriter
java.io.IOException
public void write(Writable row) throws java.io.IOException
write
in interface RecordWriter
java.io.IOException
public void close() throws java.io.IOException
close
in interface RecordWriter
java.io.IOException
Copyright © 2012 The Apache Software Foundation