Package | Description |
---|---|
org.apache.hadoop.chukwa.datacollection.writer | |
org.apache.hadoop.chukwa.datacollection.writer.localfs |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryWriter.add(Chunk data) |
void |
ConsoleWriter.add(Chunk data) |
ChukwaWriter.CommitStatus |
SocketTeeWriter.add(List<Chunk> chunks) |
ChukwaWriter.CommitStatus |
SeqFileWriter.add(List<Chunk> chunks) |
ChukwaWriter.CommitStatus |
PipelineStageWriter.add(List<Chunk> chunks) |
ChukwaWriter.CommitStatus |
NullWriter.add(List<Chunk> chunks) |
ChukwaWriter.CommitStatus |
InMemoryWriter.add(List<Chunk> chunks) |
ChukwaWriter.CommitStatus |
Dedup.add(List<Chunk> chunks) |
ChukwaWriter.CommitStatus |
ConsoleWriter.add(List<Chunk> chunks) |
ChukwaWriter.CommitStatus |
ChukwaWriter.add(List<Chunk> chunks)
Called repeatedly with data that should be serialized.
|
void |
SocketTeeWriter.close() |
void |
PipelineStageWriter.close() |
void |
NullWriter.close() |
void |
Dedup.close() |
void |
ChukwaWriter.close()
Called once, indicating that the writer should close files and prepare
to exit.
|
void |
SocketTeeWriter.init(org.apache.hadoop.conf.Configuration c) |
void |
SeqFileWriter.init(org.apache.hadoop.conf.Configuration conf) |
void |
PipelineStageWriter.init(org.apache.hadoop.conf.Configuration conf) |
void |
NullWriter.init(org.apache.hadoop.conf.Configuration c) |
void |
InMemoryWriter.init(org.apache.hadoop.conf.Configuration conf) |
void |
Dedup.init(org.apache.hadoop.conf.Configuration c) |
void |
ConsoleWriter.init(org.apache.hadoop.conf.Configuration conf) |
void |
ChukwaWriter.init(org.apache.hadoop.conf.Configuration c)
Called once to initialize this writer.
|
Modifier and Type | Method and Description |
---|---|
ChukwaWriter.CommitStatus |
LocalWriter.add(List<Chunk> chunks)
Best effort, there's no guarantee that chunks
have really been written to disk
|
void |
LocalWriter.init(org.apache.hadoop.conf.Configuration conf) |
Copyright © ${year} The Apache Software Foundation