Interface | Description |
---|---|
ChukwaWriter |
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 |
Uses a fixed size cache to check for and filter out duplicate chunks.
|
ExtractorWriter | |
InMemoryWriter | |
NullWriter |
Minimal writer; does nothing with data.
|
PipelineableWriter | |
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 © 2014 Apache Software Foundation. All Rights Reserved.