Package org.apache.flume.sink

Interface Summary
FlumeFormatter  
 

Class Summary
AbstractSink  
AvroSink A Sink implementation that can send events to an RPC server (such as Flume's AvroSource).
DefaultSinkFactory  
DefaultSinkProcessor Default sink processor that only accepts a single sink, passing on process results without any additional handling.
FailoverSinkProcessor FailoverSinkProcessor maintains a prioritized list of sinks, guarranteeing that so long as one is available events will be processed.
LoggerSink A Sink implementation that logs all events received at the INFO level to the org.apache.flume.sink.LoggerSink logger.
NullSink A Sink implementation that simply discards all events it receives.
RollingFileSink  
SinkGroup Configuration concept for handling multiple sinks working together.
SinkProcessorFactory  
 



Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.