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

Packages that use Configurable
org.apache.flume   
org.apache.flume.channel   
org.apache.flume.channel.file   
org.apache.flume.channel.jdbc   
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 Configurable in org.apache.flume
 

Subinterfaces of Configurable in org.apache.flume
 interface ChannelSelector
           Allows the selection of a subset of channels from the given set based on its implementation policy.
 interface SinkProcessor
          Interface for a device that allows abstraction of the behavior of multiple sinks, always assigned to a SinkRunner
 

Uses of Configurable in org.apache.flume.channel
 

Classes in org.apache.flume.channel that implement Configurable
 class AbstractChannel
           
 class AbstractChannelSelector
           
 class BasicChannelSemantics
           An implementation of basic Channel semantics, including the implied thread-local semantics of the Transaction class, which is required to extend BasicTransactionSemantics.
 class MemoryChannel
           
 class MultiplexingChannelSelector
           
 class PseudoTxnMemoryChannel
           A capacity-capped Channel implementation that supports in-memory buffering and delivery of events.
 class ReplicatingChannelSelector
          Replicating channel selector.
 

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

Classes in org.apache.flume.channel.file that implement Configurable
 class FileChannel
           A durable Channel implementation that uses the local file system for its storage.
 

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 RPC server (such as Flume's AvroSource).
 class DefaultSinkProcessor
          Default sink processor that only accepts a single sink, passing on process results without any additional handling.
 class FailoverSinkProcessor
          FailoverSinkProcessor is in no way thread safe and expects to be run via SinkRunner Additionally, setSinks must be called before configure, and additional sinks cannot be added while running To configure, set a sink groups processor to "failover" and set priorities for individual sinks: Ex) host1.sinkgroups = group1 host1.sinkgroups.group1.sinks = sink1 sink2 host1.sinkgroups.group1.processor.type = failover host1.sinkgroups.group1.processor.priority.sink1 = 5 host1.sinkgroups.group1.processor.priority.sink2 = 10
 class RollingFileSink
           
 class SinkGroup
          Configuration concept for handling multiple sinks working together.
 

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.sink.irc
 

Classes in org.apache.flume.sink.irc that implement Configurable
 class IRCSink
           
 

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.
 class SyslogTcpSource
           
 class SyslogUDPSource
           
 

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

Classes in org.apache.flume.source.avroLegacy that implement Configurable
 class AvroLegacySource
           A Source implementation that receives Avro events from Avro sink of Flume OG
 

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

Classes in org.apache.flume.source.thriftLegacy that implement Configurable
 class ThriftLegacySource
           
 



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