Modifier and Type | Method and Description |
---|---|
ChukwaWriter |
ServletCollector.getWriter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ServletCollector.setWriter(ChukwaWriter w)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ChukwaWriter |
PipelineConnector.writers |
Modifier and Type | Class and Description |
---|---|
class |
FilePerPostWriter
A writer that writes a file for each post.
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleWriter |
class |
Dedup
Uses a fixed size cache to check for and filter out duplicate chunks.
|
class |
ExtractorWriter |
class |
InMemoryWriter |
class |
NullWriter
Minimal writer; does nothing with data.
|
class |
PipelineableWriter |
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 | Field and Description |
---|---|
protected ChukwaWriter |
PipelineableWriter.next |
Modifier and Type | Method and Description |
---|---|
void |
SocketTeeWriter.setNextStage(ChukwaWriter next) |
void |
PipelineableWriter.setNextStage(ChukwaWriter next) |
Modifier and Type | Class and Description |
---|---|
class |
HBaseWriter |
Modifier and Type | Class and Description |
---|---|
class |
LocalWriter
This class is thread-safe -- rotate() and save() both synchronize on
lock object.
|
Modifier and Type | Class and Description |
---|---|
class |
SolrWriter |
Modifier and Type | Field and Description |
---|---|
protected ChukwaWriter |
QueueToWriterConnector.writer |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.