接口 AddressServerConstants
-
public interface AddressServerConstantsUniform constant parameter naming for address servers and default values for related parameters.- 从以下版本开始:
- 1.1.0
- 作者:
- pbting
-
-
字段概要
字段 修饰符和类型 字段 说明 static java.lang.StringADDRESS_SERVER_REQUEST_URLthe url for address server prefix.static java.lang.StringALIWARE_NACOS_DEFAULT_PRODUCT_NAMEthe default product name when deploy nacos with naming and config.static java.lang.StringALIWARE_NACOS_PRODUCT_DOM_TEMPLATEwhen the config and naming will separate deploy,then must specify product name by the client.static java.lang.StringDEFAULT_GET_CLUSTERwhen post ips is not given the cluster,then use the default.static java.lang.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 java.lang.StringGROUP_SERVICE_NAME_SEPthe separator for service name between raw service name and group.static java.lang.StringMULTI_IPS_SEPARATORpost multi ip will use the "," to separator.
-
-
-
字段详细资料
-
DEFAULT_SERVER_PORT
static final int DEFAULT_SERVER_PORT
the default server port when create the Instance object.- 另请参阅:
- 常量字段值
-
DEFAULT_PRODUCT
static final java.lang.String DEFAULT_PRODUCT
when post ips is not given the product,then use the default.- 另请参阅:
- 常量字段值
-
GROUP_SERVICE_NAME_SEP
static final java.lang.String GROUP_SERVICE_NAME_SEP
the separator for service name between raw service name and group.- 另请参阅:
- 常量字段值
-
DEFAULT_GET_CLUSTER
static final java.lang.String DEFAULT_GET_CLUSTER
when post ips is not given the cluster,then use the default.- 另请参阅:
- 常量字段值
-
MULTI_IPS_SEPARATOR
static final java.lang.String MULTI_IPS_SEPARATOR
post multi ip will use the "," to separator.- 另请参阅:
- 常量字段值
-
ALIWARE_NACOS_DEFAULT_PRODUCT_NAME
static final java.lang.String ALIWARE_NACOS_DEFAULT_PRODUCT_NAME
the default product name when deploy nacos with naming and config.- 另请参阅:
- 常量字段值
-
ALIWARE_NACOS_PRODUCT_DOM_TEMPLATE
static final java.lang.String ALIWARE_NACOS_PRODUCT_DOM_TEMPLATE
when the config and naming will separate deploy,then must specify product name by the client.- 另请参阅:
- 常量字段值
-
ADDRESS_SERVER_REQUEST_URL
static final java.lang.String ADDRESS_SERVER_REQUEST_URL
the url for address server prefix.- 另请参阅:
- 常量字段值
-
-