Uses of Class
org.apache.flume.source.BasicSourceSemantics

Packages that use BasicSourceSemantics
org.apache.flume.source   
org.apache.flume.source.jms   
 

Uses of BasicSourceSemantics in org.apache.flume.source
 

Subclasses of BasicSourceSemantics in org.apache.flume.source
 class AbstractEventDrivenSource
          Base class which ensures sub-classes will inherit all the properties of BasicSourceSemantics.
 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
 

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

Subclasses of BasicSourceSemantics in org.apache.flume.source.jms
 class JMSSource
           
 



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