Uses of Class
org.apache.flume.SourceRunner

Packages that use SourceRunner
org.apache.flume   
org.apache.flume.conf.file   
org.apache.flume.node   
org.apache.flume.source   
 

Uses of SourceRunner in org.apache.flume
 

Methods in org.apache.flume that return SourceRunner
static SourceRunner SourceRunner.forSource(Source source)
           
 

Uses of SourceRunner in org.apache.flume.conf.file
 

Methods in org.apache.flume.conf.file that return types with arguments of type SourceRunner
 Map<String,SourceRunner> SimpleNodeConfiguration.getSourceRunners()
           
 

Method parameters in org.apache.flume.conf.file with type arguments of type SourceRunner
 void SimpleNodeConfiguration.setSourceRunners(Map<String,SourceRunner> sourceRunners)
           
 

Uses of SourceRunner in org.apache.flume.node
 

Methods in org.apache.flume.node that return types with arguments of type SourceRunner
 Map<String,SourceRunner> NodeConfiguration.getSourceRunners()
           
 

Uses of SourceRunner in org.apache.flume.source
 

Subclasses of SourceRunner in org.apache.flume.source
 class EventDrivenSourceRunner
           
 class PollableSourceRunner
           An implementation of SourceRunner that can drive a PollableSource.
 



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