Modifier and Type | Method and Description |
---|---|
ChukwaWriter |
ServletCollector.getWriter() |
Modifier and Type | Method and Description |
---|---|
void |
ServletCollector.setWriter(ChukwaWriter w) |
Modifier and Type | Interface and Description |
---|---|
interface |
PipelineableWriter |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleWriter |
class |
Dedup |
class |
InMemoryWriter |
class |
NullWriter
Minimal writer; does nothing with data.
|
class |
PipelineStageWriter
A pipeline of Pipelineable writers
Controlled by option 'chukwaCollector.pipeline', which should be a comma-
separated list of classnames.
|
class |
SeqFileWriter
This class is thread-safe -- rotate() and save() both synchronize on
this object.
|
class |
SocketTeeWriter
Effectively a "Tee" in the writer pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
SocketTeeWriter.setNextStage(ChukwaWriter next) |
void |
PipelineableWriter.setNextStage(ChukwaWriter next) |
void |
Dedup.setNextStage(ChukwaWriter next) |
Modifier and Type | Class and Description |
---|---|
class |
LocalWriter
This class is thread-safe -- rotate() and save() both synchronize on
lock object.
|
Modifier and Type | Field and Description |
---|---|
protected ChukwaWriter |
QueueToWriterConnector.writer |
Copyright © ${year} The Apache Software Foundation