org.apache.flume.source
Class AbstractEventDrivenSource
java.lang.Object
   org.apache.flume.source.BasicSourceSemantics
org.apache.flume.source.BasicSourceSemantics
       org.apache.flume.source.AbstractEventDrivenSource
org.apache.flume.source.AbstractEventDrivenSource
- All Implemented Interfaces: 
- Configurable, EventDrivenSource, LifecycleAware, NamedComponent, Source
- @InterfaceAudience.Public
@InterfaceStability.Evolving
public abstract class AbstractEventDrivenSource 
- extends BasicSourceSemantics- implements EventDrivenSource
Base class which ensures sub-classes will inherit all the properties
 of BasicSourceSemantics. Adds no additional functionality and is provided
 for completeness sake.
 
 
| Methods inherited from class org.apache.flume.source.BasicSourceSemantics | 
| configure, doConfigure, doStart, doStop, getChannelProcessor, getLifecycleState, getName, getStartException, isStarted, setChannelProcessor, setLifecycleState, setName, start, stop, toString | 
 
 
 
 
 
AbstractEventDrivenSource
public AbstractEventDrivenSource()
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.