public interface RecordWriter extends Closeable, Configurable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the recod reader
|
void |
write(List<Writable> record)
Write a record
|
getConf, setConfstatic final String APPEND
void write(List<Writable> record) throws IOException
record - the record to writeIOExceptionvoid close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2017. All rights reserved.