|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.flume.conf.ComponentConfiguration org.apache.flume.conf.sink.SinkGroupConfiguration
public class SinkGroupConfiguration
Nested Class Summary |
---|
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 | |
---|---|
SinkGroupConfiguration(String name)
|
Method Summary | |
---|---|
void |
configure(Context context)
|
Context |
getProcessorContext()
|
SinkProcessorConfiguration |
getSinkProcessorConfiguration()
|
List<String> |
getSinks()
|
void |
setProcessorContext(Context processorContext)
|
void |
setSinkProcessorConfiguration(SinkProcessorConfiguration conf)
|
void |
setSinks(List<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 |
Constructor Detail |
---|
public SinkGroupConfiguration(String name)
Method Detail |
---|
public void setSinks(List<String> sinks)
public List<String> getSinks()
public void configure(Context context) throws ConfigurationException
configure
in class ComponentConfiguration
ConfigurationException
public Context getProcessorContext()
public void setProcessorContext(Context processorContext)
public SinkProcessorConfiguration getSinkProcessorConfiguration()
public void setSinkProcessorConfiguration(SinkProcessorConfiguration conf)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |