public class SimpleMaterializedConfiguration extends Object implements MaterializedConfiguration
| Constructor and Description |
|---|
SimpleMaterializedConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChannel(String name,
org.apache.flume.Channel channel) |
void |
addSinkRunner(String name,
org.apache.flume.SinkRunner sinkRunner) |
void |
addSourceRunner(String name,
org.apache.flume.SourceRunner sourceRunner) |
com.google.common.collect.ImmutableMap<String,org.apache.flume.Channel> |
getChannels() |
com.google.common.collect.ImmutableMap<String,org.apache.flume.SinkRunner> |
getSinkRunners() |
com.google.common.collect.ImmutableMap<String,org.apache.flume.SourceRunner> |
getSourceRunners() |
String |
toString() |
public void addSourceRunner(String name, org.apache.flume.SourceRunner sourceRunner)
addSourceRunner in interface MaterializedConfigurationpublic void addSinkRunner(String name, org.apache.flume.SinkRunner sinkRunner)
addSinkRunner in interface MaterializedConfigurationpublic void addChannel(String name, org.apache.flume.Channel channel)
addChannel in interface MaterializedConfigurationpublic com.google.common.collect.ImmutableMap<String,org.apache.flume.Channel> getChannels()
getChannels in interface MaterializedConfigurationpublic com.google.common.collect.ImmutableMap<String,org.apache.flume.SourceRunner> getSourceRunners()
getSourceRunners in interface MaterializedConfigurationpublic com.google.common.collect.ImmutableMap<String,org.apache.flume.SinkRunner> getSinkRunners()
getSinkRunners in interface MaterializedConfigurationCopyright © 2017–2022 Apache Software Foundation. All rights reserved.