Package | Description |
---|---|
org.tinygroup.remoteconfig.config | |
org.tinygroup.remoteconfig.manager | |
org.tinygroup.remoteconfig.zk.client | |
org.tinygroup.remoteconfig.zk.manager.impl |
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigValue> |
Module.getConfigItemMap() |
Modifier and Type | Method and Description |
---|---|
void |
Module.setConfigItemMap(Map<String,ConfigValue> configItemMap) |
Modifier and Type | Method and Description |
---|---|
ConfigValue |
ConfigItemReader.get(String key)
配置项获取
|
ConfigValue |
ConfigItemManager.get(String key,
ConfigPath configPath)
获取配置项
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigValue> |
ConfigItemReader.getAll()
获取指定环境配置项合集
|
Map<String,ConfigValue> |
ConfigItemManager.getAll(ConfigPath configPath)
获取指定环境配置项合集
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigItemManager.set(String key,
ConfigValue value,
ConfigPath configPath)
写入配置项
该接口,包含写入和修改操作
|
Modifier and Type | Method and Description |
---|---|
static ConfigValue |
ZKManager.get(String key,
ConfigPath configPath) |
Modifier and Type | Method and Description |
---|---|
static Map<String,ConfigValue> |
ZKManager.getAll(ConfigPath configPath) |
Modifier and Type | Method and Description |
---|---|
static void |
ZKManager.set(String key,
ConfigValue value,
ConfigPath configPath) |
Modifier and Type | Method and Description |
---|---|
ConfigValue |
ZKConfigClientImpl.get(String key) |
ConfigValue |
ConfigItemManagerImpl.get(String key,
ConfigPath configPath) |
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigValue> |
ZKConfigClientImpl.getAll() |
Map<String,ConfigValue> |
ConfigItemManagerImpl.getAll(ConfigPath configPath) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigItemManagerImpl.set(String key,
ConfigValue value,
ConfigPath configPath) |
Copyright © 2006–2018 TinyGroup. All rights reserved.