public class PollingZooKeeperConfigurationProvider extends AbstractZooKeeperConfigurationProvider implements LifecycleAware
basePath, zkConnString
Constructor and Description |
---|
PollingZooKeeperConfigurationProvider(String agentName,
String zkConnString,
String basePath,
com.google.common.eventbus.EventBus eventBus) |
Modifier and Type | Method and Description |
---|---|
protected FlumeConfiguration |
getFlumeConfiguration() |
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.
|
configFromBytes, createClient
getAgentName, getConfiguration, toMap
protected FlumeConfiguration getFlumeConfiguration()
getFlumeConfiguration
in class AbstractConfigurationProvider
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
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.