Uses of Class
org.apache.flume.SourceRunner

Packages that use SourceRunner
org.apache.flume   
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)
          Static factory method to instantiate a source runner implementation that corresponds to the type of Source specified.
 

Uses of SourceRunner in org.apache.flume.node
 

Methods in org.apache.flume.node that return types with arguments of type SourceRunner
 com.google.common.collect.ImmutableMap<String,SourceRunner> SimpleMaterializedConfiguration.getSourceRunners()
           
 com.google.common.collect.ImmutableMap<String,SourceRunner> MaterializedConfiguration.getSourceRunners()
           
 

Methods in org.apache.flume.node with parameters of type SourceRunner
 void SimpleMaterializedConfiguration.addSourceRunner(String name, SourceRunner sourceRunner)
           
 void MaterializedConfiguration.addSourceRunner(String name, SourceRunner sourceRunner)
           
 

Uses of SourceRunner in org.apache.flume.source
 

Subclasses of SourceRunner in org.apache.flume.source
 class EventDrivenSourceRunner
          Starts, stops, and manages event-driven sources.
 class PollableSourceRunner
           An implementation of SourceRunner that can drive a PollableSource.
 



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