Uses of Interface
org.apache.flume.PollableSource

Packages that use PollableSource
org.apache.flume.source   
org.apache.flume.source.jms   
org.apache.flume.source.kafka   
 

Uses of PollableSource in org.apache.flume.source
 

Classes in org.apache.flume.source that implement PollableSource
 class AbstractPollableSource
          Base class which ensures sub-classes will inherit all the properties of BasicSourceSemantics in addition to: Ensuring when configure/start throw an exception process will not be called Ensure that process will not be called unless configure and start have successfully been called
 class SequenceGeneratorSource
           
 class StressSource
          StressSource is an internal load-generating source implementation which is very useful for stress tests.
 

Uses of PollableSource in org.apache.flume.source.jms
 

Classes in org.apache.flume.source.jms that implement PollableSource
 class JMSSource
           
 

Uses of PollableSource in org.apache.flume.source.kafka
 

Classes in org.apache.flume.source.kafka that implement PollableSource
 class KafkaSource
          A Source for Kafka which reads messages from a kafka topic.
 



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