org.apache.flume
Class SourceRunner

java.lang.Object
  extended by org.apache.flume.SourceRunner
All Implemented Interfaces:
LifecycleAware
Direct Known Subclasses:
EventDrivenSourceRunner, PollableSourceRunner

public abstract class SourceRunner
extends Object
implements LifecycleAware


Constructor Summary
SourceRunner()
           
 
Method Summary
static SourceRunner forSource(Source source)
           
 Source getSource()
           
 void setSource(Source source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.flume.lifecycle.LifecycleAware
getLifecycleState, start, stop
 

Constructor Detail

SourceRunner

public SourceRunner()
Method Detail

forSource

public static SourceRunner forSource(Source source)

getSource

public Source getSource()

setSource

public void setSource(Source source)


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