org.apache.flume.conf
Class FlumeConfiguration.AgentConfiguration

java.lang.Object
  extended by org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
Enclosing class:
FlumeConfiguration

public static class FlumeConfiguration.AgentConfiguration
extends Object


Method Summary
 Map<String,Context> getChannelContext()
           
 Collection<ComponentConfiguration> getChannels()
           
 String getPostvalidationConfig()
           
 String getPrevalidationConfig()
           
 Map<String,Context> getSinkContext()
           
 Collection<ComponentConfiguration> getSinkGroups()
           
 Collection<ComponentConfiguration> getSinks()
           
 Map<String,Context> getSourceContext()
           
 Collection<ComponentConfiguration> getSources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannels

public Collection<ComponentConfiguration> getChannels()

getSources

public Collection<ComponentConfiguration> getSources()

getSinks

public Collection<ComponentConfiguration> getSinks()

getSinkGroups

public Collection<ComponentConfiguration> getSinkGroups()

getSourceContext

public Map<String,Context> getSourceContext()

getSinkContext

public Map<String,Context> getSinkContext()

getChannelContext

public Map<String,Context> getChannelContext()

getPrevalidationConfig

public String getPrevalidationConfig()

getPostvalidationConfig

public String getPostvalidationConfig()


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