Interface AddressServerConstants
-
public interface AddressServerConstantsUniform constant parameter naming for address servers and default values for related parameters- Since:
- 1.1.0
- Author:
- pbting
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDRESS_SERVER_REQUEST_URLthe url for address server prefixstatic StringALIWARE_NACOS_DEFAULT_PRODUCT_NAMEthe default product name when deploy nacos with naming and configstatic StringALIWARE_NACOS_PRODUCT_DOM_TEMPLATEwhen the config and naming will separate deploy,then must specify product name by the client。static StringDEFAULT_GET_CLUSTERwhen post ips is not given the cluster,then use the default.static StringDEFAULT_PRODUCTwhen post ips is not given the product,then use the default.static intDEFAULT_SERVER_PORTthe default server port when create the Instance object.static StringGROUP_SERVICE_NAME_SEPthe separator for between raw service name and groupstatic StringIP_PORT_SEPARATORthe separator between ip and port.static StringMULTI_IPS_SEPARATORpost multi ip will use the "," to separator
-
-
-
Field Detail
-
DEFAULT_SERVER_PORT
static final int DEFAULT_SERVER_PORT
the default server port when create the Instance object.- See Also:
- Constant Field Values
-
DEFAULT_PRODUCT
static final String DEFAULT_PRODUCT
when post ips is not given the product,then use the default.- See Also:
- Constant Field Values
-
IP_PORT_SEPARATOR
static final String IP_PORT_SEPARATOR
the separator between ip and port.- See Also:
- Constant Field Values
-
GROUP_SERVICE_NAME_SEP
static final String GROUP_SERVICE_NAME_SEP
the separator for between raw service name and group- See Also:
- Constant Field Values
-
DEFAULT_GET_CLUSTER
static final String DEFAULT_GET_CLUSTER
when post ips is not given the cluster,then use the default.- See Also:
- Constant Field Values
-
MULTI_IPS_SEPARATOR
static final String MULTI_IPS_SEPARATOR
post multi ip will use the "," to separator- See Also:
- Constant Field Values
-
ALIWARE_NACOS_DEFAULT_PRODUCT_NAME
static final String ALIWARE_NACOS_DEFAULT_PRODUCT_NAME
the default product name when deploy nacos with naming and config- See Also:
- Constant Field Values
-
ALIWARE_NACOS_PRODUCT_DOM_TEMPLATE
static final String ALIWARE_NACOS_PRODUCT_DOM_TEMPLATE
when the config and naming will separate deploy,then must specify product name by the client。- See Also:
- Constant Field Values
-
ADDRESS_SERVER_REQUEST_URL
static final String ADDRESS_SERVER_REQUEST_URL
the url for address server prefix- See Also:
- Constant Field Values
-
-