public class SinkGroup extends Object implements Configurable, ConfigurableComponent
Configuration concept for handling multiple sinks working together.
org.apache.flume.conf.properties.PropertiesFileConfigurationProvider
Modifier and Type | Method and Description |
---|---|
void |
configure(ComponentConfiguration conf) |
void |
configure(Context context)
Request the implementing class to (re)configure itself.
|
SinkProcessor |
getProcessor() |
public void configure(Context context)
Configurable
Request the implementing class to (re)configure itself.
When configuration parameters are changed, they must be reflected by the component asap.
There are no thread safety guarantees on when configure might be called.
configure
in interface Configurable
public SinkProcessor getProcessor()
public void configure(ComponentConfiguration conf)
configure
in interface ConfigurableComponent
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.