public class MemoryPicture extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.