Uses of Interface
org.apache.flume.conf.Configurable

Packages that use Configurable
org.apache.flume.channel   
org.apache.flume.channel.jdbc   
org.apache.flume.sink   
org.apache.flume.sink.hdfs   
org.apache.flume.source   
 

Uses of Configurable in org.apache.flume.channel
 

Classes in org.apache.flume.channel that implement Configurable
 class MemoryChannel
          Memory channel that with full transaction support Uses transaction object for each thread (source and sink) attached to channel.
 class PseudoTxnMemoryChannel
           A capacity-capped Channel implementation that supports in-memory buffering and delivery of events.
 

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

Classes in org.apache.flume.channel.jdbc that implement Configurable
 class JdbcChannel
          A JDBC based channel implementation.
 

Uses of Configurable in org.apache.flume.sink
 

Classes in org.apache.flume.sink that implement Configurable
 class AvroSink
           A Sink implementation that can send events to an Avro server (such as Flume's AvroSource).
 class RollingFileSink
           
 

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

Classes in org.apache.flume.sink.hdfs that implement Configurable
 class HDFSEventSink
           
 

Uses of Configurable in org.apache.flume.source
 

Classes in org.apache.flume.source that implement Configurable
 class AvroSource
           A Source implementation that receives Avro events from clients that implement AvroSourceProtocol.
 class ExecSource
           A Source implementation that executes a Unix process and turns each line of text into an event.
 class NetcatSource
           A netcat-like source that listens on a given port and turns each line of text into an event.
 



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