|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriterException | |
---|---|
org.apache.hadoop.chukwa.datacollection.collector.servlet | |
org.apache.hadoop.chukwa.datacollection.writer |
Uses of WriterException in org.apache.hadoop.chukwa.datacollection.collector.servlet |
---|
Methods in org.apache.hadoop.chukwa.datacollection.collector.servlet that throw WriterException | |
---|---|
static void |
ServletCollector.setWriter(ChukwaWriter w)
|
Uses of WriterException in org.apache.hadoop.chukwa.datacollection.writer |
---|
Methods in org.apache.hadoop.chukwa.datacollection.writer that throw WriterException | |
---|---|
void |
SeqFileWriter.add(Chunk chunk)
|
void |
InMemoryWriter.add(Chunk data)
|
void |
ConsoleWriter.add(Chunk data)
|
void |
SeqFileWriter.add(List<Chunk> chunks)
|
void |
PipelineStageWriter.add(List<Chunk> chunks)
|
void |
InMemoryWriter.add(List<Chunk> chunks)
|
void |
Dedup.add(List<Chunk> chunks)
|
void |
ConsoleWriter.add(List<Chunk> chunks)
|
void |
ChukwaWriter.add(List<Chunk> chunks)
|
void |
PipelineStageWriter.close()
|
void |
Dedup.close()
|
void |
ChukwaWriter.close()
|
void |
SeqFileWriter.init(org.apache.hadoop.conf.Configuration conf)
|
void |
PipelineStageWriter.init(org.apache.hadoop.conf.Configuration conf)
|
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)
|
Constructors in org.apache.hadoop.chukwa.datacollection.writer that throw WriterException | |
---|---|
SeqFileWriter()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |