|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.flume.conf.file.AbstractFileConfigurationProvider
public abstract class AbstractFileConfigurationProvider
Nested Class Summary | |
---|---|
class |
AbstractFileConfigurationProvider.FileWatcherRunnable
|
Constructor Summary | |
---|---|
AbstractFileConfigurationProvider()
|
Method Summary | |
---|---|
ChannelFactory |
getChannelFactory()
|
NodeConfigurationAware |
getConfigurationAware()
|
File |
getFile()
|
LifecycleState |
getLifecycleState()
Return the current state of the service or component. |
String |
getNodeName()
|
SinkFactory |
getSinkFactory()
|
SourceFactory |
getSourceFactory()
|
protected abstract void |
load()
|
void |
setChannelFactory(ChannelFactory channelFactory)
|
void |
setConfigurationAware(NodeConfigurationAware configurationAware)
|
void |
setFile(File file)
|
void |
setNodeName(String nodeName)
|
void |
setSinkFactory(SinkFactory sinkFactory)
|
void |
setSourceFactory(SourceFactory sourceFactory)
|
void |
start()
Starts a service or component. |
void |
stop()
Stops a service or component. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractFileConfigurationProvider()
Method Detail |
---|
public String toString()
toString
in class Object
public void start()
LifecycleAware
Starts a service or component.
Implementations should determine the result of any start logic and effect
the return value of LifecycleAware.getLifecycleState()
accordingly.
start
in interface LifecycleAware
public void stop()
LifecycleAware
Stops a service or component.
Implementations should determine the result of any stop logic and effect
the return value of LifecycleAware.getLifecycleState()
accordingly.
stop
in interface LifecycleAware
protected abstract void load()
public File getFile()
public void setFile(File file)
public LifecycleState getLifecycleState()
LifecycleAware
Return the current state of the service or component.
getLifecycleState
in interface LifecycleAware
public ChannelFactory getChannelFactory()
public void setChannelFactory(ChannelFactory channelFactory)
public SourceFactory getSourceFactory()
public void setSourceFactory(SourceFactory sourceFactory)
public SinkFactory getSinkFactory()
public void setSinkFactory(SinkFactory sinkFactory)
public NodeConfigurationAware getConfigurationAware()
public void setConfigurationAware(NodeConfigurationAware configurationAware)
public String getNodeName()
public void setNodeName(String nodeName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |