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