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
FlumeException
Class<? extends Sink> getClass(String type) throws FlumeException
FlumeException
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.