org.apache.flume.channel
Class DefaultChannelFactory
java.lang.Object
org.apache.flume.channel.DefaultChannelFactory
- All Implemented Interfaces:
- ChannelFactory
public class DefaultChannelFactory
- extends Object
- implements ChannelFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultChannelFactory
public DefaultChannelFactory()
create
public Channel create(String name,
String type)
throws FlumeException
- Specified by:
create
in interface ChannelFactory
- Throws:
FlumeException
getClass
public Class<? extends Channel> getClass(String type)
throws FlumeException
- Specified by:
getClass
in interface ChannelFactory
- Throws:
FlumeException
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.