Class MetricInfo


  • public class MetricInfo
    extends Object
    • Constructor Detail

      • MetricInfo

        public MetricInfo()
    • Method Detail

      • getId

        public String getId()
        节点id
        Returns:
        节点id
      • getNodeStartTime

        public long getNodeStartTime()
        启动时间
        Returns:
        启动时间
      • getAddresses

        public Collection<String> getAddresses()
        节点地址
        Returns:
        节点地址
      • getHostName

        public Collection<String> getHostName()
        节点主机名
        Returns:
        节点主机名
      • getHeapInit

        public long getHeapInit()
        heap Init
        Returns:
        heap Init
      • getHeapUsed

        public long getHeapUsed()
        heap Used
        Returns:
        heap Used
      • getHeapCommitted

        public long getHeapCommitted()
        heap Committed
        Returns:
        heap Committed
      • getHeapMax

        public long getHeapMax()
        heap Max
        Returns:
        heap Max
      • getHeapTotal

        public long getHeapTotal()
        heap Total
        Returns:
        heap Total
      • getLastUpdateTime

        public long getLastUpdateTime()
        lastUpdateTime
        Returns:
        last Update Time
      • getThreadCnt

        public int getThreadCnt()
        thread count
        Returns:
        thread count
      • getDaemonThreadCnt

        public int getDaemonThreadCnt()
        daemon thread count
        Returns:
        daemon thread count
      • getPeakThreadCnt

        public int getPeakThreadCnt()
        peak thread count
        Returns:
        peak thread count
      • getStartedThreadCnt

        public long getStartedThreadCnt()
        started thread count
        Returns:
        started thread count