org.apache.hadoop.chukwa.datacollection.writer
Interface PipelineableWriter

All Superinterfaces:
ChukwaWriter
All Known Implementing Classes:
Dedup, SocketTeeWriter

public interface PipelineableWriter
extends ChukwaWriter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.chukwa.datacollection.writer.ChukwaWriter
ChukwaWriter.COMMIT_PENDING, ChukwaWriter.CommitStatus
 
Field Summary
 
Fields inherited from interface org.apache.hadoop.chukwa.datacollection.writer.ChukwaWriter
COMMIT_FAIL, COMMIT_OK
 
Method Summary
 void setNextStage(ChukwaWriter next)
           
 
Methods inherited from interface org.apache.hadoop.chukwa.datacollection.writer.ChukwaWriter
add, close, init
 

Method Detail

setNextStage

void setNextStage(ChukwaWriter next)


Copyright © ${year} The Apache Software Foundation