org.apache.flume.conf.file
Class SimpleNodeConfiguration
java.lang.Object
org.apache.flume.conf.file.SimpleNodeConfiguration
- All Implemented Interfaces:
- NodeConfiguration
public class SimpleNodeConfiguration
- extends Object
- implements NodeConfiguration
SimpleNodeConfiguration
public SimpleNodeConfiguration()
toString
public String toString()
- Overrides:
toString
in class Object
getChannels
public Map<String,Channel> getChannels()
- Specified by:
getChannels
in interface NodeConfiguration
setChannels
public void setChannels(Map<String,Channel> channels)
getSourceRunners
public Map<String,SourceRunner> getSourceRunners()
- Specified by:
getSourceRunners
in interface NodeConfiguration
setSourceRunners
public void setSourceRunners(Map<String,SourceRunner> sourceRunners)
getSinkRunners
public Map<String,SinkRunner> getSinkRunners()
- Specified by:
getSinkRunners
in interface NodeConfiguration
setSinkRunners
public void setSinkRunners(Map<String,SinkRunner> sinkRunners)
Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.