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.channel.recoverable.memory   
org.apache.flume.conf   
org.apache.flume.conf.channel   
org.apache.flume.conf.sink   
org.apache.flume.conf.source   
org.apache.flume.serialization   
org.apache.flume.sink   
org.apache.flume.sink.hdfs   
org.apache.flume.sink.irc   
org.apache.flume.source   
org.apache.flume.source.avroLegacy   
org.apache.flume.source.thriftLegacy   
 

Uses of Context in org.apache.flume.channel
 

Methods in org.apache.flume.channel with parameters of type Context
 void ReplicatingChannelSelector.configure(Context context)
           
 void AbstractChannel.configure(Context context)
           
 void PseudoTxnMemoryChannel.configure(Context context)
           
 void MemoryChannel.configure(Context context)
           
 void MultiplexingChannelSelector.configure(Context context)
           
 

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.channel.recoverable.memory
 

Methods in org.apache.flume.channel.recoverable.memory with parameters of type Context
 void RecoverableMemoryChannel.configure(Context context)
           
 

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 Configurable.configure(Context context)
           Request the implementing class to (re)configure itself.
 void ComponentConfiguration.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.conf.channel
 

Methods in org.apache.flume.conf.channel with parameters of type Context
 void ChannelConfiguration.configure(Context context)
           
 void ChannelSelectorConfiguration.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 SinkGroupConfiguration.configure(Context context)
           
 void SinkConfiguration.configure(Context context)
           
 void SinkProcessorConfiguration.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)
           
 

Uses of Context in org.apache.flume.serialization
 

Methods in org.apache.flume.serialization with parameters of type Context
 EventSerializer EventSerializer.Builder.build(Context context, OutputStream out)
           
 EventSerializer BodyTextEventSerializer.Builder.build(Context context, OutputStream out)
           
 EventSerializer FlumeEventAvroEventSerializer.Builder.build(Context context, OutputStream out)
           
 void AbstractAvroEventSerializer.configure(Context context)
           
 void BodyTextEventSerializer.configure(Context context)
           
static EventSerializer EventSerializerFactory.getInstance(String serializerType, Context context, OutputStream out)
           
 

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 DefaultSinkProcessor.configure(Context context)
           
 void FailoverSinkProcessor.configure(Context context)
           
 void AvroSink.configure(Context context)
           
 void SinkGroup.configure(Context context)
           
static SinkProcessor SinkProcessorFactory.getProcessor(Context context, List<Sink> sinks)
           Creates a sink processor and configures it using the provided context
 

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

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

Constructors in org.apache.flume.sink.hdfs with parameters of type Context
BucketWriter(long rollInt, long rollSz, long rollCnt, long bSize, Context ctx)
           
 

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

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

Uses of Context in org.apache.flume.source
 

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

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

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

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

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



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