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 |
---|---|
List<Module> |
Environment.getModules() |
List<Module> |
Module.getSubModules() |
Modifier and Type | Method and Description |
---|---|
void |
Environment.setModules(List<Module> modules) |
void |
Module.setSubModules(List<Module> subModules) |
Modifier and Type | Method and Description |
---|---|
Module |
ModuleManager.add(Module module,
ConfigPath entity)
添加一个module,若entity的中moduleid为空,则直接在环境下添加module,否则作为module的子module
|
Module |
ModuleManager.get(ConfigPath entity)
查询一个module
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
ModuleManager.querySubModules(ConfigPath entity)
查询一个module下所有的子module
|
Modifier and Type | Method and Description |
---|---|
Module |
ModuleManager.add(Module module,
ConfigPath entity)
添加一个module,若entity的中moduleid为空,则直接在环境下添加module,否则作为module的子module
|
void |
ModuleManager.update(Module module,
ConfigPath entity)
更新一个module
|
Modifier and Type | Method and Description |
---|---|
static Module |
ZKModuleManager.get(String key,
ConfigPath configPath) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Module> |
ZKModuleManager.getAll(ConfigPath configPath) |
Modifier and Type | Method and Description |
---|---|
static void |
ZKModuleManager.set(String key,
Module module,
ConfigPath configPath) |
Modifier and Type | Method and Description |
---|---|
Module |
ModuleManagerImpl.add(Module module,
ConfigPath entity) |
Module |
ModuleManagerImpl.get(ConfigPath entity) |
Modifier and Type | Method and Description |
---|---|
List<Module> |
ModuleManagerImpl.querySubModules(ConfigPath entity) |
Modifier and Type | Method and Description |
---|---|
Module |
ModuleManagerImpl.add(Module module,
ConfigPath entity) |
void |
ModuleManagerImpl.update(Module module,
ConfigPath entity) |
Copyright © 2006–2018 TinyGroup. All rights reserved.