public class ThreadPicture extends AbstractModel
Constructor and Description |
---|
ThreadPicture() |
ThreadPicture(ThreadPicture 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[] |
getDeamonThreadCount()
Get 守护线程数
|
CurvePoint[] |
getThreadActive()
Get 活跃线程数
|
CurvePoint[] |
getThreadCount()
Get 总线程数
|
void |
setDeamonThreadCount(CurvePoint[] DeamonThreadCount)
Set 守护线程数
|
void |
setThreadActive(CurvePoint[] ThreadActive)
Set 活跃线程数
|
void |
setThreadCount(CurvePoint[] ThreadCount)
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 ThreadPicture()
public ThreadPicture(ThreadPicture source)
public CurvePoint[] getThreadCount()
public void setThreadCount(CurvePoint[] ThreadCount)
ThreadCount
- 总线程数public CurvePoint[] getThreadActive()
public void setThreadActive(CurvePoint[] ThreadActive)
ThreadActive
- 活跃线程数public CurvePoint[] getDeamonThreadCount()
public void setDeamonThreadCount(CurvePoint[] DeamonThreadCount)
DeamonThreadCount
- 守护线程数Copyright © 2023. All rights reserved.