Uses of Class
org.apache.flume.SinkRunner

Packages that use SinkRunner
org.apache.flume   
org.apache.flume.conf.file   
org.apache.flume.node   
org.apache.flume.sink   
 

Uses of SinkRunner in org.apache.flume
 

Methods in org.apache.flume that return SinkRunner
static SinkRunner SinkRunner.forSink(Sink sink)
           
 

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

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

Method parameters in org.apache.flume.conf.file with type arguments of type SinkRunner
 void SimpleNodeConfiguration.setSinkRunners(Map<String,SinkRunner> sinkRunners)
           
 

Uses of SinkRunner in org.apache.flume.node
 

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

Uses of SinkRunner in org.apache.flume.sink
 

Subclasses of SinkRunner in org.apache.flume.sink
 class PollableSinkRunner
           
 



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