|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.flume.node.AbstractConfigurationProvider org.apache.flume.node.PropertiesFileConfigurationProvider org.apache.flume.node.PollingPropertiesFileConfigurationProvider
public class PollingPropertiesFileConfigurationProvider
Nested Class Summary | |
---|---|
class |
PollingPropertiesFileConfigurationProvider.FileWatcherRunnable
|
Constructor Summary | |
---|---|
PollingPropertiesFileConfigurationProvider(String agentName,
File file,
com.google.common.eventbus.EventBus eventBus,
int interval)
|
Method Summary | |
---|---|
LifecycleState |
getLifecycleState()
Return the current state of the service or component. |
void |
start()
Starts a service or component. |
void |
stop()
Stops a service or component. |
String |
toString()
|
Methods inherited from class org.apache.flume.node.PropertiesFileConfigurationProvider |
---|
getFlumeConfiguration |
Methods inherited from class org.apache.flume.node.AbstractConfigurationProvider |
---|
getAgentName, getConfiguration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PollingPropertiesFileConfigurationProvider(String agentName, File file, com.google.common.eventbus.EventBus eventBus, int interval)
Method Detail |
---|
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
public LifecycleState getLifecycleState()
LifecycleAware
Return the current state of the service or component.
getLifecycleState
in interface LifecycleAware
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |