类 ConfigPublishGroupParser.ConfigGroupKey

  • 封闭类:
    ConfigPublishGroupParser

    class ConfigPublishGroupParser.ConfigGroupKey
    extends com.alibaba.nacos.core.remote.control.MonitorKey
    • 构造器概要

      构造器 
      构造器 说明
      ConfigGroupKey​(java.lang.String key)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String getType()  
      • 从类继承的方法 com.alibaba.nacos.core.remote.control.MonitorKey

        build, getKey, setKey
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ConfigGroupKey

        public ConfigGroupKey​(java.lang.String key)
    • 方法详细资料

      • getType

        public java.lang.String getType()
        指定者:
        getType 在类中 com.alibaba.nacos.core.remote.control.MonitorKey