| Interface | Description | 
|---|---|
| ChukwaWriter | |
| PipelineableWriter | 
| Class | Description | 
|---|---|
| ChukwaWriter.COMMIT_PENDING | 
 COMMIT_PENDING should be returned if a writer has written data, but
 this data may ultimately disappear. 
 | 
| ChukwaWriter.CommitStatus | |
| ClientAck | |
| ConsoleWriter | |
| Dedup | |
| InMemoryWriter | |
| NullWriter | 
 Minimal writer; does nothing with data. 
 | 
| PipelineStageWriter | 
 A pipeline of Pipelineable writers
 Controlled by option 'chukwaCollector.pipeline', which should be a comma-
 separated list of classnames. 
 | 
| SeqFileWriter | 
 This class is thread-safe -- rotate() and save() both synchronize on
 this object. 
 | 
| SocketTeeWriter | 
 Effectively a "Tee" in the writer pipeline. 
 | 
| Exception | Description | 
|---|---|
| WriterException | 
Copyright © ${year} The Apache Software Foundation