org.apache.hadoop.chukwa.datacollection.writer
Class PipelineStageWriter

java.lang.Object
  extended by org.apache.hadoop.chukwa.datacollection.writer.PipelineStageWriter
All Implemented Interfaces:
ChukwaWriter

public class PipelineStageWriter
extends Object
implements ChukwaWriter


Constructor Summary
PipelineStageWriter()
           
 
Method Summary
 void add(List<Chunk> chunks)
           
 void close()
           
 void init(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineStageWriter

public PipelineStageWriter()
Method Detail

add

public void add(List<Chunk> chunks)
         throws WriterException
Specified by:
add in interface ChukwaWriter
Throws:
WriterException

close

public void close()
           throws WriterException
Specified by:
close in interface ChukwaWriter
Throws:
WriterException

init

public void init(org.apache.hadoop.conf.Configuration conf)
          throws WriterException
Specified by:
init in interface ChukwaWriter
Throws:
WriterException


Copyright © ${year} The Apache Software Foundation