| Package | Description |
|---|---|
| com.ctrip.framework.apollo.core | |
| com.ctrip.framework.apollo.core.enums | |
| com.ctrip.framework.apollo.core.internals | |
| com.ctrip.framework.apollo.core.spi |
| Modifier and Type | Method and Description |
|---|---|
static String |
MetaDomainConsts.getDomain(Env env)
Return one meta server address.
|
static String |
MetaDomainConsts.getMetaServerAddress(Env env)
Return meta server address.
|
| Modifier and Type | Method and Description |
|---|---|
static Env |
Env.fromString(String env) |
static Env |
EnvUtils.transformEnv(String envName) |
static Env |
Env.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Env[] |
Env.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LegacyMetaServerProvider.getMetaServerAddress(Env targetEnv) |
| Modifier and Type | Method and Description |
|---|---|
String |
MetaServerProvider.getMetaServerAddress(Env targetEnv)
Provide the Apollo meta server address, could be a domain url or comma separated ip addresses, like http://1.2.3.4:8080,http://2.3.4.5:8080.
|
Copyright © 2018 Ctrip, Inc.. All rights reserved.