public interface SinkFactory
| Modifier and Type | Method and Description | 
|---|---|
| Sink | create(String name,
      String type) | 
| Class<? extends Sink> | getClass(String type) | 
Sink create(String name, String type) throws FlumeException
FlumeExceptionClass<? extends Sink> getClass(String type) throws FlumeException
FlumeExceptionCopyright © 2009-2017 Apache Software Foundation. All Rights Reserved.