public class ComputeNodeMetrics extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ComputeNodeMetrics() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAbnormalCount()Get 异常的计算节点数量 | 
| Long | getCreatedCount()Get 完成创建的计算节点数量 | 
| Long | getCreatingCount()Get 创建中的计算节点数量 | 
| Long | getCreationFailedCount()Get 创建失败的计算节点数量 | 
| Long | getDeletingCount()Get 销毁中的计算节点数量 | 
| Long | getRunningCount()Get 运行中的计算节点数量 | 
| Long | getSubmittedCount()Get 已经完成提交的计算节点数量 | 
| void | setAbnormalCount(Long AbnormalCount)Set 异常的计算节点数量 | 
| void | setCreatedCount(Long CreatedCount)Set 完成创建的计算节点数量 | 
| void | setCreatingCount(Long CreatingCount)Set 创建中的计算节点数量 | 
| void | setCreationFailedCount(Long CreationFailedCount)Set 创建失败的计算节点数量 | 
| void | setDeletingCount(Long DeletingCount)Set 销毁中的计算节点数量 | 
| void | setRunningCount(Long RunningCount)Set 运行中的计算节点数量 | 
| void | setSubmittedCount(Long SubmittedCount)Set 已经完成提交的计算节点数量 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ComputeNodeMetrics()
public ComputeNodeMetrics(ComputeNodeMetrics source)
public Long getSubmittedCount()
public void setSubmittedCount(Long SubmittedCount)
SubmittedCount - 已经完成提交的计算节点数量public Long getCreatingCount()
public void setCreatingCount(Long CreatingCount)
CreatingCount - 创建中的计算节点数量public Long getCreationFailedCount()
public void setCreationFailedCount(Long CreationFailedCount)
CreationFailedCount - 创建失败的计算节点数量public Long getCreatedCount()
public void setCreatedCount(Long CreatedCount)
CreatedCount - 完成创建的计算节点数量public Long getRunningCount()
public void setRunningCount(Long RunningCount)
RunningCount - 运行中的计算节点数量public Long getDeletingCount()
public void setDeletingCount(Long DeletingCount)
DeletingCount - 销毁中的计算节点数量public Long getAbnormalCount()
public void setAbnormalCount(Long AbnormalCount)
AbnormalCount - 异常的计算节点数量Copyright © 2025. All rights reserved.