public interface RecordWriter extends java.io.Closeable, Configurable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APPEND |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the recod reader
|
void |
write(java.util.Collection<Writable> record)
Write a record
|
getConf, setConfstatic final java.lang.String APPEND
void write(java.util.Collection<Writable> record) throws java.io.IOException
record - the record to writejava.io.IOExceptionvoid close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeable