public class ExtractorWriter extends PipelineableWriter
ChukwaWriter.COMMIT_PENDING, ChukwaWriter.CommitStatusCOMMIT_FAIL, COMMIT_OK| Constructor and Description |
|---|
ExtractorWriter() |
| Modifier and Type | Method and Description |
|---|---|
ChukwaWriter.CommitStatus |
add(List<Chunk> chunks)
Called repeatedly with data that should be serialized.
|
void |
close()
Called once, indicating that the writer should close files and prepare
to exit.
|
void |
init(org.apache.hadoop.conf.Configuration c)
Called once to initialize this writer.
|
static void |
setRecipient(LogDisplayServlet logDisplayServlet) |
setNextStagepublic void close()
throws WriterException
ChukwaWriterWriterException - if error writing datapublic void init(org.apache.hadoop.conf.Configuration c)
throws WriterException
ChukwaWriterc - is Chukwa configurationWriterException - if error writing datapublic ChukwaWriter.CommitStatus add(List<Chunk> chunks) throws WriterException
ChukwaWriteradd in interface ChukwaWriteradd in class PipelineableWriterchunks - is a list of data to sendWriterException - if error writing datapublic static void setRecipient(LogDisplayServlet logDisplayServlet)
Copyright © 2016 Apache Software Foundation. All Rights Reserved.