类 ServerLoaderMetrics

java.lang.Object
com.alibaba.nacos.api.model.response.ServerLoaderMetrics

public class ServerLoaderMetrics extends Object
Server loader metric summary.
从以下版本开始:
3.0.0
作者:
yunye
  • 字段详细资料

    • detail

      private List<ServerLoaderMetric> detail
      load metric of all servers.
    • memberCount

      private int memberCount
      The number of all server nodes.
    • metricsCount

      private int metricsCount
      The number of server nodes with load metric data.
    • completed

      private boolean completed
      Whether all server nodes return load indicators.
    • max

      private int max
      The maximum number of SDK connections for the server node.
    • min

      private int min
      The minimum number of SDK connections for the server node.
    • avg

      private int avg
      total / server size.
    • threshold

      private String threshold
      (total / server size) * 1.1 .
    • total

      private int total
      The total number of SDK connections for all server nodes.
  • 构造器详细资料

    • ServerLoaderMetrics

      public ServerLoaderMetrics()
  • 方法详细资料

    • getDetail

      public List<ServerLoaderMetric> getDetail()
    • setDetail

      public void setDetail(List<ServerLoaderMetric> detail)
    • getMemberCount

      public int getMemberCount()
    • setMemberCount

      public void setMemberCount(int memberCount)
    • getMetricsCount

      public int getMetricsCount()
    • setMetricsCount

      public void setMetricsCount(int metricsCount)
    • isCompleted

      public boolean isCompleted()
    • setCompleted

      public void setCompleted(boolean completed)
    • getMax

      public int getMax()
    • setMax

      public void setMax(int max)
    • getMin

      public int getMin()
    • setMin

      public void setMin(int min)
    • getAvg

      public int getAvg()
    • setAvg

      public void setAvg(int avg)
    • getThreshold

      public String getThreshold()
    • setThreshold

      public void setThreshold(String threshold)
    • getTotal

      public int getTotal()
    • setTotal

      public void setTotal(int total)