org.apache.flume
Interface SourceFactory

All Known Implementing Classes:
DefaultSourceFactory

public interface SourceFactory


Method Summary
 Source create(String sourceName, String type)
           
 Class<? extends Source> getClass(String type)
           
 

Method Detail

create

Source create(String sourceName,
              String type)
              throws FlumeException
Throws:
FlumeException

getClass

Class<? extends Source> getClass(String type)
                                 throws FlumeException
Throws:
FlumeException


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