Uses of Interface
org.apache.flume.Source

Packages that use Source
org.apache.flume   
org.apache.flume.source   
 

Uses of Source in org.apache.flume
 

Subinterfaces of Source in org.apache.flume
 interface EventDrivenSource
           
 interface PollableSource
           
 

Methods in org.apache.flume that return Source
 Source SourceFactory.create(String sourceName)
           
 Source SourceRunner.getSource()
           
 

Methods in org.apache.flume with parameters of type Source
static SourceRunner SourceRunner.forSource(Source source)
           
 void SourceRunner.setSource(Source source)
           
 

Method parameters in org.apache.flume with type arguments of type Source
 boolean SourceFactory.register(String sourceName, Class<? extends Source> sourceClass)
           
 

Uses of Source in org.apache.flume.source
 

Classes in org.apache.flume.source that implement Source
 class AbstractSource
           
 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 SequenceGeneratorSource
           
 

Fields in org.apache.flume.source with type parameters of type Source
 Map<String,Class<? extends Source>> DefaultSourceFactory.sourceRegistry
           
 

Methods in org.apache.flume.source that return Source
 Source DefaultSourceFactory.create(String name)
           
 

Methods in org.apache.flume.source that return types with arguments of type Source
 Map<String,Class<? extends Source>> DefaultSourceFactory.getSourceRegistry()
           
 

Method parameters in org.apache.flume.source with type arguments of type Source
 boolean DefaultSourceFactory.register(String name, Class<? extends Source> sourceClass)
           
 void DefaultSourceFactory.setSourceRegistry(Map<String,Class<? extends Source>> sourceRegistry)
           
 



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