org.apache.hadoop.chukwa.datacollection.writer
Interface ChukwaWriter
- All Known Subinterfaces:
- PipelineableWriter
- All Known Implementing Classes:
- ConsoleWriter, Dedup, InMemoryWriter, PipelineStageWriter, SeqFileWriter
public interface ChukwaWriter
Method Summary |
void |
add(List<Chunk> chunks)
|
void |
close()
|
void |
init(org.apache.hadoop.conf.Configuration c)
|
init
void init(org.apache.hadoop.conf.Configuration c)
throws WriterException
- Throws:
WriterException
add
void add(List<Chunk> chunks)
throws WriterException
- Throws:
WriterException
close
void close()
throws WriterException
- Throws:
WriterException
Copyright © ${year} The Apache Software Foundation