public class ConsoleWriter extends Object implements ChukwaWriter
ChukwaWriter.COMMIT_PENDING, ChukwaWriter.CommitStatusCOMMIT_FAIL, COMMIT_OK| Constructor and Description | 
|---|
| ConsoleWriter() | 
| ConsoleWriter(boolean printData) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(Chunk data) | 
| 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 conf)Called once to initialize this writer. | 
public ConsoleWriter()
public ConsoleWriter(boolean printData)
public void close()
ChukwaWriterclose in interface ChukwaWriterpublic void init(org.apache.hadoop.conf.Configuration conf)
          throws WriterException
ChukwaWriterinit in interface ChukwaWriterWriterExceptionpublic void add(Chunk data) throws WriterException
WriterExceptionpublic ChukwaWriter.CommitStatus add(List<Chunk> chunks) throws WriterException
ChukwaWriteradd in interface ChukwaWriterWriterExceptionCopyright © 2015 Apache Software Foundation. All Rights Reserved.