public class MemoryPicture extends AbstractModel
Constructor and Description |
---|
MemoryPicture() |
MemoryPicture(MemoryPicture 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 |
---|---|
CurvePoint[] |
getCommitted()
Get 系统分配内存大小
|
CurvePoint[] |
getMax()
Get 内存最大值
|
CurvePoint[] |
getUsed()
Get 已用内存大小
|
void |
setCommitted(CurvePoint[] Committed)
Set 系统分配内存大小
|
void |
setMax(CurvePoint[] Max)
Set 内存最大值
|
void |
setUsed(CurvePoint[] Used)
Set 已用内存大小
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MemoryPicture()
public MemoryPicture(MemoryPicture source)
public CurvePoint[] getMax()
public void setMax(CurvePoint[] Max)
Max
- 内存最大值public CurvePoint[] getUsed()
public void setUsed(CurvePoint[] Used)
Used
- 已用内存大小public CurvePoint[] getCommitted()
public void setCommitted(CurvePoint[] Committed)
Committed
- 系统分配内存大小Copyright © 2022. All rights reserved.