public class StandardOutputBatchWriter extends Object implements RecordWriter<Batch>
| Constructor and Description |
|---|
StandardOutputBatchWriter()
Writes a batch of records to the standard output.
|
public StandardOutputBatchWriter()
public Batch processRecord(Batch batch) throws RecordWritingException
RecordWriterprocessRecord in interface RecordProcessor<Batch,Batch>processRecord in interface RecordWriter<Batch>batch - the record to write.RecordWritingException - if an error occurs during record writingCopyright © 2015. All Rights Reserved.