public class AnalysisNodeInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AnalysisNodeInfo() |
AnalysisNodeInfo(AnalysisNodeInfo 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 |
getCpu()
Get cpu核数,单位:核
|
String |
getDataStatus()
Get 数据加载状态
|
Long |
getMemory()
Get 内存大小,单位: MB
|
String |
getMessage()
Get 数据同步错误信息
|
String |
getNodeId()
Get 节点ID
|
String |
getStatus()
Get 节点状态
|
Long |
getStorage()
Get 磁盘大小,单位:GB
|
String |
getZone()
Get 节点所在可用区
|
void |
setCpu(Long Cpu)
Set cpu核数,单位:核
|
void |
setDataStatus(String DataStatus)
Set 数据加载状态
|
void |
setMemory(Long Memory)
Set 内存大小,单位: MB
|
void |
setMessage(String Message)
Set 数据同步错误信息
|
void |
setNodeId(String NodeId)
Set 节点ID
|
void |
setStatus(String Status)
Set 节点状态
|
void |
setStorage(Long Storage)
Set 磁盘大小,单位:GB
|
void |
setZone(String Zone)
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, toJsonString
public AnalysisNodeInfo()
public AnalysisNodeInfo(AnalysisNodeInfo source)
public String getNodeId()
public void setNodeId(String NodeId)
NodeId
- 节点IDpublic String getStatus()
public void setStatus(String Status)
Status
- 节点状态public String getDataStatus()
public void setDataStatus(String DataStatus)
DataStatus
- 数据加载状态public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- cpu核数,单位:核public Long getMemory()
public void setMemory(Long Memory)
Memory
- 内存大小,单位: MBpublic Long getStorage()
public void setStorage(Long Storage)
Storage
- 磁盘大小,单位:GBpublic String getZone()
public void setZone(String Zone)
Zone
- 节点所在可用区public String getMessage()
public void setMessage(String Message)
Message
- 数据同步错误信息Copyright © 2025. All rights reserved.