类 PreservedMetadataKeys

java.lang.Object
com.alibaba.nacos.api.naming.PreservedMetadataKeys

public class PreservedMetadataKeys extends Object
Some keys of metadata that are recognized by Nacos.
从以下版本开始:
1.0.0
作者:
nkorange
  • 字段详细资料

    • REGISTER_SOURCE

      public static final String REGISTER_SOURCE
      The key to indicate the registry source of service instance, such as Dubbo, SpringCloud, etc.
      另请参阅:
      常量字段值
    • HEART_BEAT_TIMEOUT

      public static final String HEART_BEAT_TIMEOUT
      另请参阅:
      常量字段值
    • IP_DELETE_TIMEOUT

      public static final String IP_DELETE_TIMEOUT
      另请参阅:
      常量字段值
    • HEART_BEAT_INTERVAL

      public static final String HEART_BEAT_INTERVAL
      另请参阅:
      常量字段值
    • INSTANCE_ID_GENERATOR

      public static final String INSTANCE_ID_GENERATOR
      另请参阅:
      常量字段值
  • 构造器详细资料

    • PreservedMetadataKeys

      public PreservedMetadataKeys()