Uses of Class
org.apache.flume.Context

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

Uses of Context in org.apache.flume.channel
 

Methods in org.apache.flume.channel with parameters of type Context
 void PseudoTxnMemoryChannel.configure(Context context)
           
 void MemoryChannel.configure(Context context)
          set the event queue capacity
 

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

Methods in org.apache.flume.channel.jdbc with parameters of type Context
 void JdbcChannel.configure(Context context)
           
static JdbcChannelProvider JdbcChannelProviderFactory.getProvider(Context context, String name)
           
 void JdbcChannelProvider.initialize(Context context)
          Initializes the channel provider.
 

Uses of Context in org.apache.flume.channel.jdbc.impl
 

Methods in org.apache.flume.channel.jdbc.impl with parameters of type Context
 void JdbcChannelProviderImpl.initialize(Context context)
           
 

Uses of Context in org.apache.flume.conf
 

Methods in org.apache.flume.conf with parameters of type Context
 void Configurable.configure(Context context)
           
static boolean Configurables.configure(Object target, Context context)
          Check that target implements Configurable and, if so, ask it to configure itself using the supplied context.
static void Configurables.ensureOptionalNonNull(Context context, String... keys)
           
static void Configurables.ensureRequiredNonNull(Context context, String... keys)
           
 

Uses of Context in org.apache.flume.sink
 

Methods in org.apache.flume.sink with parameters of type Context
 void RollingFileSink.configure(Context context)
           
 void AvroSink.configure(Context context)
           
 

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

Methods in org.apache.flume.sink.hdfs with parameters of type Context
 void HDFSEventSink.configure(Context context)
           
 

Uses of Context in org.apache.flume.source
 

Methods in org.apache.flume.source with parameters of type Context
 void NetcatSource.configure(Context context)
           
 void ExecSource.configure(Context context)
           
 void AvroSource.configure(Context context)
           
 



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