org.apache.flume.conf.sink
Class SinkConfiguration

java.lang.Object
  extended by org.apache.flume.conf.ComponentConfiguration
      extended by org.apache.flume.conf.sink.SinkConfiguration

public class SinkConfiguration
extends ComponentConfiguration


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

Field Detail

channel

protected String channel
Constructor Detail

SinkConfiguration

public SinkConfiguration(String componentName)
Method Detail

getChannel

public String getChannel()

getChannel

public void getChannel(String channel)

configure

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

toString

public String toString(int indentCount)
Overrides:
toString in class ComponentConfiguration


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