Uses of Interface
org.apache.flume.PollableSink

Packages that use PollableSink
org.apache.flume.sink   
org.apache.flume.sink.hdfs   
 

Uses of PollableSink in org.apache.flume.sink
 

Classes in org.apache.flume.sink that implement PollableSink
 class AvroSink
           A Sink implementation that can send events to an Avro server (such as Flume's AvroSource).
 class LoggerSink
           A Sink implementation that logs all events received at the INFO level to the org.apache.flume.sink.LoggerSink logger.
 class NullSink
           A Sink implementation that simply discards all events it receives.
 class RollingFileSink
           
 

Uses of PollableSink in org.apache.flume.sink.hdfs
 

Classes in org.apache.flume.sink.hdfs that implement PollableSink
 class HDFSEventSink
           
 



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