|
||||||||||
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.source.SourceConfiguration
public class SourceConfiguration
Nested Class Summary | |
---|---|
static class |
SourceConfiguration.SourceConfigurationType
|
Nested classes/interfaces inherited from class org.apache.flume.conf.ComponentConfiguration |
---|
ComponentConfiguration.ComponentType |
Field Summary | |
---|---|
protected Set<String> |
channels
|
protected ChannelSelectorConfiguration |
selectorConf
|
Fields inherited from class org.apache.flume.conf.ComponentConfiguration |
---|
componentName, configured, errors |
Constructor Summary | |
---|---|
SourceConfiguration(String componentName)
|
Method Summary | |
---|---|
void |
configure(Context context)
|
Set<String> |
getChannels()
|
ChannelSelectorConfiguration |
getSelectorConfiguration()
|
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 |
---|
protected Set<String> channels
protected ChannelSelectorConfiguration selectorConf
Constructor Detail |
---|
public SourceConfiguration(String componentName)
Method Detail |
---|
public Set<String> getChannels()
public ChannelSelectorConfiguration getSelectorConfiguration()
public void configure(Context context) throws ConfigurationException
configure
in class ComponentConfiguration
ConfigurationException
public String toString(int indentCount)
toString
in class ComponentConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |