Uses of Class
org.apache.flume.Context

Packages that use Context
org.apache.flume.conf   
org.apache.flume.conf.channel   
org.apache.flume.conf.sink   
org.apache.flume.conf.source   
 

Uses of Context in org.apache.flume.conf
 

Methods in org.apache.flume.conf that return types with arguments of type Context
 Map<String,Context> FlumeConfiguration.AgentConfiguration.getChannelContext()
           
 Map<String,Context> FlumeConfiguration.AgentConfiguration.getSinkContext()
           
 Map<String,Context> FlumeConfiguration.AgentConfiguration.getSourceContext()
           
 

Methods in org.apache.flume.conf with parameters of type Context
 void ComponentConfiguration.configure(Context context)
           
 

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

Methods in org.apache.flume.conf.channel with parameters of type Context
 void ChannelSelectorConfiguration.configure(Context context)
           
 void ChannelConfiguration.configure(Context context)
           
 

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

Methods in org.apache.flume.conf.sink that return Context
 Context SinkGroupConfiguration.getProcessorContext()
           
 

Methods in org.apache.flume.conf.sink with parameters of type Context
 void SinkProcessorConfiguration.configure(Context context)
           
 void SinkGroupConfiguration.configure(Context context)
           
 void SinkConfiguration.configure(Context context)
           
 void SinkGroupConfiguration.setProcessorContext(Context processorContext)
           
 

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

Methods in org.apache.flume.conf.source with parameters of type Context
 void SourceConfiguration.configure(Context context)
           
 



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