org.apache.flume.conf.channel
Class ChannelConfiguration

java.lang.Object
  extended by org.apache.flume.conf.ComponentConfiguration
      extended by org.apache.flume.conf.channel.ChannelConfiguration

public class ChannelConfiguration
extends ComponentConfiguration


Nested Class Summary
static class ChannelConfiguration.ChannelConfigurationType
           
 
Nested classes/interfaces inherited from class org.apache.flume.conf.ComponentConfiguration
ComponentConfiguration.ComponentType
 
Field Summary
 
Fields inherited from class org.apache.flume.conf.ComponentConfiguration
componentName, configured, errors
 
Constructor Summary
ChannelConfiguration(String componentName)
           
 
Method Summary
 void configure(Context context)
           
 
Methods inherited from class org.apache.flume.conf.ComponentConfiguration
failIfConfigured, getComponentName, getErrors, getType, isNotFoundConfigClass, setConfigured, setNotFoundConfigClass, setType, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelConfiguration

public ChannelConfiguration(String componentName)
Method Detail

configure

public void configure(Context context)
               throws ConfigurationException
Overrides:
configure in class ComponentConfiguration
Throws:
ConfigurationException


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