Modifier and Type | Method and Description |
---|---|
void |
ComponentConfiguration.configure(Context context) |
static ComponentConfiguration |
ComponentConfigurationFactory.create(String name,
String type,
ComponentConfiguration.ComponentType component) |
protected void |
ComponentConfiguration.failIfConfigured() |
Modifier and Type | Method and Description |
---|---|
ChannelSelectorConfiguration |
ChannelSelectorConfiguration.ChannelSelectorConfigurationType.getConfiguration(String name) |
ChannelConfiguration |
ChannelConfiguration.ChannelConfigurationType.getConfiguration(String name) |
Modifier and Type | Method and Description |
---|---|
ConfigFilterConfiguration |
ConfigFilterConfiguration.ConfigFilterConfigurationType.getConfiguration(String name) |
Modifier and Type | Method and Description |
---|---|
void |
SinkGroupConfiguration.configure(Context context) |
void |
SinkProcessorConfiguration.configure(Context context) |
void |
SinkConfiguration.configure(Context context) |
SinkProcessorConfiguration |
SinkProcessorConfiguration.SinkProcessorConfigurationType.getConfiguration(String name) |
SinkConfiguration |
SinkConfiguration.SinkConfigurationType.getConfiguration(String name) |
Modifier and Type | Method and Description |
---|---|
void |
SourceConfiguration.configure(Context context) |
SourceConfiguration |
SourceConfiguration.SourceConfigurationType.getConfiguration(String name) |
Modifier and Type | Method and Description |
---|---|
static void |
FlumeBeanConfigurator.setConfigurationFields(Object configurable,
Context context)
Utility method that will set properties on a Java bean (
Object configurable )
based on the provided Context . |
static void |
FlumeBeanConfigurator.setConfigurationFields(Object configurable,
Context context,
String subPropertiesPrefix)
Utility method that will set properties on a Java bean (
Object configurable )
based on the provided Context . |
static void |
FlumeBeanConfigurator.setConfigurationFields(Object configurable,
Map<String,String> properties)
Utility method that will set properties on a Java bean (
Object configurable )
based on the provided properties bundle. |
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.