Package com.alibaba.nacos.api
Class PropertyKeyConst
- java.lang.Object
-
- com.alibaba.nacos.api.PropertyKeyConst
-
public class PropertyKeyConst extends Object
Property Key Const- Author:
- Nacos
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertyKeyConst.SystemEnv
-
Field Summary
Fields Modifier and Type Field Description static StringACCESS_KEYstatic StringCLUSTER_NAMEstatic StringCONTEXT_PATHstatic StringENCODEstatic StringENDPOINTstatic StringENDPOINT_PORTstatic StringIS_USE_ENDPOINT_PARSING_RULEstatic StringNAMESPACEstatic StringNAMING_CLIENT_BEAT_THREAD_COUNTstatic StringNAMING_LOAD_CACHE_AT_STARTstatic StringNAMING_POLLING_THREAD_COUNTstatic StringRAM_ROLE_NAMEstatic StringSECRET_KEYstatic StringSERVER_ADDR
-
Constructor Summary
Constructors Constructor Description PropertyKeyConst()
-
-
-
Field Detail
-
IS_USE_ENDPOINT_PARSING_RULE
public static final String IS_USE_ENDPOINT_PARSING_RULE
- See Also:
- Constant Field Values
-
ENDPOINT
public static final String ENDPOINT
- See Also:
- Constant Field Values
-
ENDPOINT_PORT
public static final String ENDPOINT_PORT
- See Also:
- Constant Field Values
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
ACCESS_KEY
public static final String ACCESS_KEY
- See Also:
- Constant Field Values
-
SECRET_KEY
public static final String SECRET_KEY
- See Also:
- Constant Field Values
-
RAM_ROLE_NAME
public static final String RAM_ROLE_NAME
- See Also:
- Constant Field Values
-
SERVER_ADDR
public static final String SERVER_ADDR
- See Also:
- Constant Field Values
-
CONTEXT_PATH
public static final String CONTEXT_PATH
- See Also:
- Constant Field Values
-
CLUSTER_NAME
public static final String CLUSTER_NAME
- See Also:
- Constant Field Values
-
ENCODE
public static final String ENCODE
- See Also:
- Constant Field Values
-
NAMING_LOAD_CACHE_AT_START
public static final String NAMING_LOAD_CACHE_AT_START
- See Also:
- Constant Field Values
-
NAMING_CLIENT_BEAT_THREAD_COUNT
public static final String NAMING_CLIENT_BEAT_THREAD_COUNT
- See Also:
- Constant Field Values
-
NAMING_POLLING_THREAD_COUNT
public static final String NAMING_POLLING_THREAD_COUNT
- See Also:
- Constant Field Values
-
-