org.apache.flume.channel
Class DefaultChannelFactory
java.lang.Object
   org.apache.flume.channel.DefaultChannelFactory
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:
- createin interface- ChannelFactory
 
- 
- Throws:
- FlumeException
 
getClass
public Class<? extends Channel> getClass(String type)
                                  throws FlumeException
- 
- Specified by:
- getClassin interface- ChannelFactory
 
- 
- Throws:
- FlumeException
 
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.