Class ComputeNodeMetrics

    • Constructor Detail

      • ComputeNodeMetrics

        public ComputeNodeMetrics()
      • ComputeNodeMetrics

        public ComputeNodeMetrics​(ComputeNodeMetrics source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getSubmittedCount

        public Long getSubmittedCount()
        Get 已经完成提交的计算节点数量
        Returns:
        SubmittedCount 已经完成提交的计算节点数量
      • setSubmittedCount

        public void setSubmittedCount​(Long SubmittedCount)
        Set 已经完成提交的计算节点数量
        Parameters:
        SubmittedCount - 已经完成提交的计算节点数量
      • getCreatingCount

        public Long getCreatingCount()
        Get 创建中的计算节点数量
        Returns:
        CreatingCount 创建中的计算节点数量
      • setCreatingCount

        public void setCreatingCount​(Long CreatingCount)
        Set 创建中的计算节点数量
        Parameters:
        CreatingCount - 创建中的计算节点数量
      • getCreationFailedCount

        public Long getCreationFailedCount()
        Get 创建失败的计算节点数量
        Returns:
        CreationFailedCount 创建失败的计算节点数量
      • setCreationFailedCount

        public void setCreationFailedCount​(Long CreationFailedCount)
        Set 创建失败的计算节点数量
        Parameters:
        CreationFailedCount - 创建失败的计算节点数量
      • getCreatedCount

        public Long getCreatedCount()
        Get 完成创建的计算节点数量
        Returns:
        CreatedCount 完成创建的计算节点数量
      • setCreatedCount

        public void setCreatedCount​(Long CreatedCount)
        Set 完成创建的计算节点数量
        Parameters:
        CreatedCount - 完成创建的计算节点数量
      • getRunningCount

        public Long getRunningCount()
        Get 运行中的计算节点数量
        Returns:
        RunningCount 运行中的计算节点数量
      • setRunningCount

        public void setRunningCount​(Long RunningCount)
        Set 运行中的计算节点数量
        Parameters:
        RunningCount - 运行中的计算节点数量
      • getDeletingCount

        public Long getDeletingCount()
        Get 销毁中的计算节点数量
        Returns:
        DeletingCount 销毁中的计算节点数量
      • setDeletingCount

        public void setDeletingCount​(Long DeletingCount)
        Set 销毁中的计算节点数量
        Parameters:
        DeletingCount - 销毁中的计算节点数量
      • getAbnormalCount

        public Long getAbnormalCount()
        Get 异常的计算节点数量
        Returns:
        AbnormalCount 异常的计算节点数量
      • setAbnormalCount

        public void setAbnormalCount​(Long AbnormalCount)
        Set 异常的计算节点数量
        Parameters:
        AbnormalCount - 异常的计算节点数量