org.apache.flume
Interface SinkFactory

All Known Implementing Classes:
DefaultSinkFactory

public interface SinkFactory


Method Summary
 Sink create(String name, String type)
           
 boolean unregister(Sink sink)
           
 

Method Detail

create

Sink create(String name,
            String type)
            throws FlumeException
Throws:
FlumeException

unregister

boolean unregister(Sink sink)


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