Uses of Interface
org.apache.flume.node.ConfigurationProvider

Packages that use ConfigurationProvider
org.apache.flume.conf.file   
org.apache.flume.conf.properties   
org.apache.flume.node   
 

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

Classes in org.apache.flume.conf.file that implement ConfigurationProvider
 class AbstractFileConfigurationProvider
           
 

Uses of ConfigurationProvider in org.apache.flume.conf.properties
 

Classes in org.apache.flume.conf.properties that implement ConfigurationProvider
 class PropertiesFileConfigurationProvider
           A configuration provider that uses properties file for specifying configuration.
 

Uses of ConfigurationProvider in org.apache.flume.node
 

Methods in org.apache.flume.node that return ConfigurationProvider
 ConfigurationProvider FlumeNode.getConfigurationProvider()
           
 

Methods in org.apache.flume.node with parameters of type ConfigurationProvider
 void FlumeNode.setConfigurationProvider(ConfigurationProvider configurationProvider)
           
 



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