接口 SystemPropertyKeyConst


  • public interface SystemPropertyKeyConst
    Support for reading the value of the specified variable from the -D parameter.

    Properties that are preferred to which in PropertyKeyConst

    作者:
    pbting
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static java.lang.String ANS_NAMESPACE
      In the cloud environment, if the process level requires a globally uniform namespace, it can be specified with the -D parameter.
      static java.lang.String IS_USE_CLOUD_NAMESPACE_PARSING
      In the cloud (Alibaba Cloud or other cloud vendors) environment, whether to enable namespace resolution in the cloud environment.
      static java.lang.String IS_USE_ENDPOINT_PARSING_RULE
      It is also supported by the -D parameter.
      static java.lang.String NAMING_SERVER_PORT  
    • 字段详细资料

      • NAMING_SERVER_PORT

        static final java.lang.String NAMING_SERVER_PORT
        另请参阅:
        常量字段值
      • IS_USE_CLOUD_NAMESPACE_PARSING

        static final java.lang.String IS_USE_CLOUD_NAMESPACE_PARSING
        In the cloud (Alibaba Cloud or other cloud vendors) environment, whether to enable namespace resolution in the cloud environment.

        The default is on.

        另请参阅:
        常量字段值
      • ANS_NAMESPACE

        static final java.lang.String ANS_NAMESPACE
        In the cloud environment, if the process level requires a globally uniform namespace, it can be specified with the -D parameter.
        另请参阅:
        常量字段值
      • IS_USE_ENDPOINT_PARSING_RULE

        static final java.lang.String IS_USE_ENDPOINT_PARSING_RULE
        It is also supported by the -D parameter.
        另请参阅:
        常量字段值