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<Version> |
Product.getVersions() |
Modifier and Type | Method and Description |
---|---|
void |
Product.setVersions(List<Version> versions) |
Modifier and Type | Method and Description |
---|---|
Version |
VersionManager.add(Version version,
String productId) |
Version |
VersionManager.get(String versionId,
String productId) |
Modifier and Type | Method and Description |
---|---|
List<Version> |
VersionManager.query(String productId) |
Modifier and Type | Method and Description |
---|---|
Version |
VersionManager.add(Version version,
String productId) |
void |
VersionManager.update(Version version,
String productId) |
Modifier and Type | Method and Description |
---|---|
static Version |
ZKVersionManager.get(String key,
ConfigPath configPath) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Version> |
ZKVersionManager.getAll(ConfigPath configPath) |
Modifier and Type | Method and Description |
---|---|
static void |
ZKVersionManager.set(String key,
Version version,
ConfigPath configPath) |
Modifier and Type | Method and Description |
---|---|
Version |
VersionManagerImpl.add(Version version,
String productId) |
Version |
VersionManagerImpl.get(String versionId,
String productId) |
Modifier and Type | Method and Description |
---|---|
List<Version> |
VersionManagerImpl.query(String productId) |
Modifier and Type | Method and Description |
---|---|
Version |
VersionManagerImpl.add(Version version,
String productId) |
void |
VersionManagerImpl.update(Version version,
String productId) |
Copyright © 2006–2018 TinyGroup. All rights reserved.