public class Dedup extends PipelineableWriter
ChukwaWriter.COMMIT_PENDING, ChukwaWriter.CommitStatus
next
COMMIT_FAIL, COMMIT_OK
Constructor and Description |
---|
Dedup() |
Modifier and Type | Method and Description |
---|---|
ChukwaWriter.CommitStatus |
add(List<Chunk> chunks)
Called repeatedly with data that should be serialized.
|
void |
close()
Called once, indicating that the writer should close files and prepare
to exit.
|
void |
init(org.apache.hadoop.conf.Configuration c)
Called once to initialize this writer.
|
setNextStage
public ChukwaWriter.CommitStatus add(List<Chunk> chunks) throws WriterException
ChukwaWriter
add
in interface ChukwaWriter
add
in class PipelineableWriter
WriterException
public void close() throws WriterException
ChukwaWriter
WriterException
public void init(org.apache.hadoop.conf.Configuration c) throws WriterException
ChukwaWriter
WriterException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.