org.apache.flume
Interface SourceFactory

All Known Implementing Classes:
DefaultSourceFactory

public interface SourceFactory


Method Summary
 Source create(String sourceName, String type)
           
 boolean unregister(Source source)
           
 

Method Detail

create

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

unregister

boolean unregister(Source source)


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