org.tinygroup.remoteconfig.zk.manager.impl
类 ZKConfigClientImpl
java.lang.Object
org.tinygroup.remoteconfig.zk.manager.impl.ZKConfigClientImpl
- 所有已实现的接口:
- ConfigItemReader, RemoteConfigReadClient
public class ZKConfigClientImpl
- extends Object
- implements RemoteConfigReadClient
|
字段摘要 |
protected static org.tinygroup.logger.Logger |
LOGGER
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final org.tinygroup.logger.Logger LOGGER
ZKConfigClientImpl
public ZKConfigClientImpl()
setEnvironmentManager
public void setEnvironmentManager(EnvironmentManager environmentManager)
exists
public boolean exists(String key)
throws BaseRuntimeException
- 指定者:
- 接口
ConfigItemReader 中的 exists
- 抛出:
BaseRuntimeException
get
public String get(String key)
throws BaseRuntimeException
- 指定者:
- 接口
ConfigItemReader 中的 get
- 抛出:
BaseRuntimeException
getAll
public Map<String,String> getAll()
throws BaseRuntimeException
- 指定者:
- 接口
ConfigItemReader 中的 getAll
- 抛出:
BaseRuntimeException
start
public void start()
- 指定者:
- 接口
RemoteConfigReadClient 中的 start
stop
public void stop()
- 指定者:
- 接口
RemoteConfigReadClient 中的 stop
setConfigPath
public void setConfigPath(ConfigPath configPath)
Copyright © 2006–2016 TinyGroup. All rights reserved.