类 MonitorKey

java.lang.Object
com.alibaba.nacos.core.remote.control.MonitorKey
直接已知子类:
ClientIpMonitorKey, ConnectionIdMonitorKey

public abstract class MonitorKey extends Object
MonitorType.
版本:
$Id: MonitorKey.java, v 0.1 2021年01月20日 20:38 PM liuzunfei Exp $
作者:
liuzunfei
  • 构造器详细资料

    • MonitorKey

      public MonitorKey()
    • MonitorKey

      public MonitorKey(String key)
  • 方法详细资料

    • getType

      public abstract String getType()
      get monitor key type.
      返回:
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • build

      public String build()