| Package | Description |
|---|---|
| org.apache.hadoop.chukwa.datacollection.collector.servlet | |
| org.apache.hadoop.chukwa.datacollection.test | |
| org.apache.hadoop.chukwa.datacollection.writer | |
| org.apache.hadoop.chukwa.datacollection.writer.gora |
Package dedicated to using Apache Gora
as a pipeline writer implementation.
|
| org.apache.hadoop.chukwa.datacollection.writer.hbase | |
| org.apache.hadoop.chukwa.datacollection.writer.localfs | |
| org.apache.hadoop.chukwa.datacollection.writer.parquet | |
| org.apache.hadoop.chukwa.datacollection.writer.solr |
| 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 | 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 |
HttpWriter |
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 | Method and Description |
|---|---|
void |
SocketTeeWriter.setNextStage(ChukwaWriter next) |
void |
PipelineableWriter.setNextStage(ChukwaWriter next) |
| Modifier and Type | Class and Description |
|---|---|
class |
GoraWriter
This class leverages Apache Gora
as a pipeline writer implementation for mapping Chukwa data chunks and
metadata as
ChukwaChunk's. |
| 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 |
ChukwaParquetWriter |
| Modifier and Type | Class and Description |
|---|---|
class |
SolrWriter |
Copyright © 2016 Apache Software Foundation. All Rights Reserved.