public class PipelineStageWriter extends Object implements ChukwaWriter
ChukwaWriter.COMMIT_PENDING, ChukwaWriter.CommitStatusCOMMIT_FAIL, COMMIT_OK| Constructor and Description | 
|---|
PipelineStageWriter()  | 
| 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 conf)
Called once to initialize this writer. 
 | 
public ChukwaWriter.CommitStatus add(List<Chunk> chunks) throws WriterException
ChukwaWriteradd in interface ChukwaWriterWriterExceptionpublic void close()
           throws WriterException
ChukwaWriterclose in interface ChukwaWriterWriterExceptionpublic void init(org.apache.hadoop.conf.Configuration conf)
          throws WriterException
ChukwaWriterinit in interface ChukwaWriterWriterExceptionCopyright © ${year} The Apache Software Foundation