Modifier and Type | Method and Description |
---|---|
static ComponentConfiguration |
ComponentConfigurationFactory.create(String name,
String type,
ComponentConfiguration.ComponentType component) |
Modifier and Type | Method and Description |
---|---|
Map<String,ComponentConfiguration> |
FlumeConfiguration.AgentConfiguration.getChannelConfigMap() |
Map<String,ComponentConfiguration> |
FlumeConfiguration.AgentConfiguration.getConfigFilterConfigMap() |
Map<String,ComponentConfiguration> |
FlumeConfiguration.AgentConfiguration.getSinkConfigMap() |
Map<String,ComponentConfiguration> |
FlumeConfiguration.AgentConfiguration.getSinkGroupConfigMap() |
Map<String,ComponentConfiguration> |
FlumeConfiguration.AgentConfiguration.getSourceConfigMap() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableComponent.configure(ComponentConfiguration conf) |
static boolean |
Configurables.configure(Object target,
ComponentConfiguration conf) |
Modifier and Type | Class and Description |
---|---|
class |
ChannelConfiguration |
class |
ChannelSelectorConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
ConfigFilterConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
SinkConfiguration |
class |
SinkGroupConfiguration |
class |
SinkProcessorConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
SourceConfiguration |
Modifier and Type | Method and Description |
---|---|
void |
RegexExtractorInterceptorPassThroughSerializer.configure(ComponentConfiguration conf) |
void |
RegexExtractorInterceptorMillisSerializer.configure(ComponentConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSinkProcessor.configure(ComponentConfiguration conf) |
void |
SinkGroup.configure(ComponentConfiguration conf) |
static SinkProcessor |
SinkProcessorFactory.getProcessor(ComponentConfiguration conf,
List<Sink> sinks) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleHBase2EventSerializer.configure(ComponentConfiguration conf) |
void |
RegexHBase2EventSerializer.configure(ComponentConfiguration conf) |
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.