R - the type of record to writepublic interface RecordWriter<R extends Record> extends RecordProcessor<R,R>
| Modifier and Type | Method and Description |
|---|---|
R |
processRecord(R record)
Write a record to a data sink.
|
R processRecord(R record) throws RecordWritingException
processRecord in interface RecordProcessor<R extends Record,R extends Record>record - the record to write.RecordWritingException - if an error occurs during record writingCopyright © 2015. All Rights Reserved.