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.test   
org.apache.hadoop.chukwa.datacollection.writer   
org.apache.hadoop.chukwa.datacollection.writer.localfs   
org.apache.hadoop.chukwa.tools.backfilling   
 

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

Methods in org.apache.hadoop.chukwa.datacollection.collector.servlet that return ChukwaWriter
 ChukwaWriter ServletCollector.getWriter()
           
 

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

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

Classes in org.apache.hadoop.chukwa.datacollection.test that implement ChukwaWriter
 class FilePerPostWriter
          A writer that writes a file for each post.
 

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

Classes in org.apache.hadoop.chukwa.datacollection.writer that implement ChukwaWriter
 class ConsoleWriter
           
 class Dedup
          Uses a fixed size cache to check for and filter out duplicate chunks.
 class ExtractorWriter
           
 class InMemoryWriter
           
 class NullWriter
          Minimal writer; does nothing with data.
 class PipelineableWriter
           
 class PipelineStageWriter
          A pipeline of Pipelineable writers Controlled by option 'chukwaCollector.pipeline', which should be a comma- separated list of classnames.
 class SeqFileWriter
          This class is thread-safe -- rotate() and save() both synchronize on this object.
 class SocketTeeWriter
          Effectively a "Tee" in the writer pipeline.
 

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

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

Classes in org.apache.hadoop.chukwa.datacollection.writer.localfs that implement ChukwaWriter
 class LocalWriter
          This class is thread-safe -- rotate() and save() both synchronize on lock object.
 

Uses of ChukwaWriter in org.apache.hadoop.chukwa.tools.backfilling
 

Fields in org.apache.hadoop.chukwa.tools.backfilling declared as ChukwaWriter
protected  ChukwaWriter QueueToWriterConnector.writer
           
 



Copyright © ${year} The Apache Software Foundation