public enum ApolloPropertyKey extends Enum<ApolloPropertyKey> implements org.apache.shardingsphere.underlying.common.properties.TypedPropertyKey
| 枚举常量和说明 |
|---|
ADMINISTRATOR
The administrator's name within the right of modify data for apollo open api client.
|
APP_ID
Apollo config client app id param.
|
CLUSTER_NAME
Apollo system cluster name.
|
CONNECT_TIMEOUT
The connection timeout value for apollo open api client.
|
ENV
Apollo system environment param.
|
PORTAL_URL
The portal url for apollo open api client.
|
READ_TIMEOUT
The read timeout value for apollo open api client.
|
TOKEN
The token value for apollo open api client.
|
public static final ApolloPropertyKey APP_ID
public static final ApolloPropertyKey ENV
public static final ApolloPropertyKey CLUSTER_NAME
public static final ApolloPropertyKey ADMINISTRATOR
public static final ApolloPropertyKey TOKEN
public static final ApolloPropertyKey PORTAL_URL
public static final ApolloPropertyKey CONNECT_TIMEOUT
public static final ApolloPropertyKey READ_TIMEOUT
public static ApolloPropertyKey[] values()
for (ApolloPropertyKey c : ApolloPropertyKey.values()) System.out.println(c);
public static ApolloPropertyKey valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2021 The Apache Software Foundation. All rights reserved.