Uses of Class
org.apache.flume.conf.ComponentConfiguration

Packages that use ComponentConfiguration
org.apache.flume.conf   
org.apache.flume.conf.channel   
org.apache.flume.conf.sink   
org.apache.flume.conf.source   
org.apache.flume.interceptor   
org.apache.flume.sink   
org.apache.flume.sink.elasticsearch   
org.apache.flume.sink.hbase   
 

Uses of ComponentConfiguration in org.apache.flume.conf
 

Methods in org.apache.flume.conf that return ComponentConfiguration
static ComponentConfiguration ComponentConfigurationFactory.create(String name, String type, ComponentConfiguration.ComponentType component)
           
 

Methods in org.apache.flume.conf that return types with arguments of type ComponentConfiguration
 Map<String,ComponentConfiguration> FlumeConfiguration.AgentConfiguration.getChannelConfigMap()
           
 Map<String,ComponentConfiguration> FlumeConfiguration.AgentConfiguration.getSinkConfigMap()
           
 Map<String,ComponentConfiguration> FlumeConfiguration.AgentConfiguration.getSinkGroupConfigMap()
           
 Map<String,ComponentConfiguration> FlumeConfiguration.AgentConfiguration.getSourceConfigMap()
           
 

Methods in org.apache.flume.conf with parameters of type ComponentConfiguration
 void ConfigurableComponent.configure(ComponentConfiguration conf)
           
static boolean Configurables.configure(Object target, ComponentConfiguration conf)
           
 

Uses of ComponentConfiguration in org.apache.flume.conf.channel
 

Subclasses of ComponentConfiguration in org.apache.flume.conf.channel
 class ChannelConfiguration
           
 class ChannelSelectorConfiguration
           
 

Uses of ComponentConfiguration in org.apache.flume.conf.sink
 

Subclasses of ComponentConfiguration in org.apache.flume.conf.sink
 class SinkConfiguration
           
 class SinkGroupConfiguration
           
 class SinkProcessorConfiguration
           
 

Uses of ComponentConfiguration in org.apache.flume.conf.source
 

Subclasses of ComponentConfiguration in org.apache.flume.conf.source
 class SourceConfiguration
           
 

Uses of ComponentConfiguration in org.apache.flume.interceptor
 

Methods in org.apache.flume.interceptor with parameters of type ComponentConfiguration
 void RegexExtractorInterceptorPassThroughSerializer.configure(ComponentConfiguration conf)
           
 void RegexExtractorInterceptorMillisSerializer.configure(ComponentConfiguration conf)
           
 

Uses of ComponentConfiguration in org.apache.flume.sink
 

Methods in org.apache.flume.sink with parameters of type ComponentConfiguration
 void SinkGroup.configure(ComponentConfiguration conf)
           
 void DefaultSinkProcessor.configure(ComponentConfiguration conf)
           
static SinkProcessor SinkProcessorFactory.getProcessor(ComponentConfiguration conf, List<Sink> sinks)
           
 

Uses of ComponentConfiguration in org.apache.flume.sink.elasticsearch
 

Methods in org.apache.flume.sink.elasticsearch with parameters of type ComponentConfiguration
 void TimeBasedIndexNameBuilder.configure(ComponentConfiguration conf)
           
 void SimpleIndexNameBuilder.configure(ComponentConfiguration conf)
           
 void EventSerializerIndexRequestBuilderFactory.configure(ComponentConfiguration config)
           
 void ElasticSearchLogStashEventSerializer.configure(ComponentConfiguration conf)
           
 void ElasticSearchDynamicSerializer.configure(ComponentConfiguration conf)
           
abstract  void AbstractElasticSearchIndexRequestBuilderFactory.configure(ComponentConfiguration arg0)
           
 

Uses of ComponentConfiguration in org.apache.flume.sink.hbase
 

Methods in org.apache.flume.sink.hbase with parameters of type ComponentConfiguration
 void SimpleHbaseEventSerializer.configure(ComponentConfiguration conf)
           
 void SimpleAsyncHbaseEventSerializer.configure(ComponentConfiguration conf)
           
 void RegexHbaseEventSerializer.configure(ComponentConfiguration conf)
           
 



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