Uses of Interface
org.apache.hadoop.chukwa.datacollection.writer.ChukwaWriter

Packages that use ChukwaWriter
org.apache.hadoop.chukwa.datacollection.collector.servlet   
org.apache.hadoop.chukwa.datacollection.writer   
 

Uses of ChukwaWriter in org.apache.hadoop.chukwa.datacollection.collector.servlet
 

Methods in org.apache.hadoop.chukwa.datacollection.collector.servlet with parameters of type ChukwaWriter
static void ServletCollector.setWriter(ChukwaWriter w)
           
 

Uses of ChukwaWriter in org.apache.hadoop.chukwa.datacollection.writer
 

Subinterfaces of ChukwaWriter in org.apache.hadoop.chukwa.datacollection.writer
 interface PipelineableWriter
           
 

Classes in org.apache.hadoop.chukwa.datacollection.writer that implement ChukwaWriter
 class ConsoleWriter
           
 class Dedup
           
 class InMemoryWriter
           
 class PipelineStageWriter
           
 class SeqFileWriter
          This class is thread-safe -- rotate() and save() both synchronize on this object.
 

Methods in org.apache.hadoop.chukwa.datacollection.writer with parameters of type ChukwaWriter
 void PipelineableWriter.setNextStage(ChukwaWriter next)
           
 void Dedup.setNextStage(ChukwaWriter next)
           
 



Copyright © ${year} The Apache Software Foundation