org.apache.flume.conf.sink
Class SinkProcessorConfiguration

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

public class SinkProcessorConfiguration
extends ComponentConfiguration


Nested Class Summary
static class SinkProcessorConfiguration.SinkProcessorConfigurationType
           
 
Nested classes/interfaces inherited from class org.apache.flume.conf.ComponentConfiguration
ComponentConfiguration.ComponentType
 
Field Summary
protected  Set<String> sinks
           
 
Fields inherited from class org.apache.flume.conf.ComponentConfiguration
componentName, configured, errors
 
Constructor Summary
protected SinkProcessorConfiguration(String componentName)
           
 
Method Summary
 void configure(Context context)
           
 Set<String> getSinks()
           
 void setSinks(Set<String> sinks)
           
 
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
 

Field Detail

sinks

protected Set<String> sinks
Constructor Detail

SinkProcessorConfiguration

protected SinkProcessorConfiguration(String componentName)
Method Detail

configure

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

getSinks

public Set<String> getSinks()

setSinks

public void setSinks(Set<String> sinks)


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