| void | InMemoryWriter. add(Chunk data) | 
| void | ConsoleWriter. add(Chunk data) | 
| ChukwaWriter.CommitStatus | SocketTeeWriter. add(List<Chunk> chunks) | 
| ChukwaWriter.CommitStatus | SeqFileWriter. add(List<Chunk> chunks) | 
| ChukwaWriter.CommitStatus | PipelineStageWriter. add(List<Chunk> chunks) | 
| ChukwaWriter.CommitStatus | PipelineableWriter. add(List<Chunk> chunks) | 
| ChukwaWriter.CommitStatus | NullWriter. add(List<Chunk> chunks) | 
| ChukwaWriter.CommitStatus | InMemoryWriter. add(List<Chunk> chunks) | 
| ChukwaWriter.CommitStatus | ExtractorWriter. add(List<Chunk> chunks) | 
| ChukwaWriter.CommitStatus | Dedup. add(List<Chunk> chunks) | 
| ChukwaWriter.CommitStatus | ConsoleWriter. add(List<Chunk> chunks) | 
| ChukwaWriter.CommitStatus | ChukwaWriter. add(List<Chunk> chunks)Called repeatedly with data that should be serialized. | 
| void | SocketTeeWriter. close() | 
| void | PipelineStageWriter. close() | 
| void | NullWriter. close() | 
| void | ExtractorWriter. close() | 
| void | Dedup. close() | 
| void | ChukwaWriter. close()Called once, indicating that the writer should close files and prepare
 to exit. | 
| void | SocketTeeWriter. init(org.apache.hadoop.conf.Configuration c) | 
| void | SeqFileWriter. init(org.apache.hadoop.conf.Configuration conf) | 
| void | PipelineStageWriter. init(org.apache.hadoop.conf.Configuration conf) | 
| void | NullWriter. init(org.apache.hadoop.conf.Configuration c) | 
| void | InMemoryWriter. init(org.apache.hadoop.conf.Configuration conf) | 
| void | ExtractorWriter. init(org.apache.hadoop.conf.Configuration c) | 
| void | Dedup. init(org.apache.hadoop.conf.Configuration c) | 
| void | ConsoleWriter. init(org.apache.hadoop.conf.Configuration conf) | 
| void | ChukwaWriter. init(org.apache.hadoop.conf.Configuration c)Called once to initialize this writer. |