com.github.ltsopensource.monitor.access.domain
Class JVMThreadDataPo
java.lang.Object
com.github.ltsopensource.monitor.access.domain.MDataPo
com.github.ltsopensource.monitor.access.domain.JVMThreadDataPo
public class JVMThreadDataPo
- extends MDataPo
- Author:
- Robert HG (254963746@qq.com) on 9/27/15.
| Methods inherited from class com.github.ltsopensource.monitor.access.domain.MDataPo |
getGmtCreated, getId, getIdentity, getNodeGroup, getNodeType, getTimestamp, setGmtCreated, setId, setIdentity, setNodeGroup, setNodeType, setTimestamp |
JVMThreadDataPo
public JVMThreadDataPo()
getDaemonThreadCount
public Integer getDaemonThreadCount()
setDaemonThreadCount
public void setDaemonThreadCount(Integer daemonThreadCount)
getThreadCount
public Integer getThreadCount()
setThreadCount
public void setThreadCount(Integer threadCount)
getTotalStartedThreadCount
public Long getTotalStartedThreadCount()
setTotalStartedThreadCount
public void setTotalStartedThreadCount(Long totalStartedThreadCount)
getDeadLockedThreadCount
public Integer getDeadLockedThreadCount()
setDeadLockedThreadCount
public void setDeadLockedThreadCount(Integer deadLockedThreadCount)
getProcessCpuTimeRate
public Double getProcessCpuTimeRate()
setProcessCpuTimeRate
public void setProcessCpuTimeRate(Double processCpuTimeRate)
Copyright © 2017. All rights reserved.