|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.flume.conf.ComponentConfiguration
org.apache.flume.conf.sink.SinkConfiguration
public class SinkConfiguration
| 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 |
|---|
protected String channel
| Constructor Detail |
|---|
public SinkConfiguration(String componentName)
| Method Detail |
|---|
public String getChannel()
public void getChannel(String channel)
public void configure(Context context)
throws ConfigurationException
configure in class ComponentConfigurationConfigurationExceptionpublic String toString(int indentCount)
toString in class ComponentConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||