com.github.ltsopensource.monitor.access.domain
Class JVMThreadDataPo

java.lang.Object
  extended by com.github.ltsopensource.monitor.access.domain.MDataPo
      extended by com.github.ltsopensource.monitor.access.domain.JVMThreadDataPo

public class JVMThreadDataPo
extends MDataPo

Author:
Robert HG (254963746@qq.com) on 9/27/15.

Constructor Summary
JVMThreadDataPo()
           
 
Method Summary
 Integer getDaemonThreadCount()
           
 Integer getDeadLockedThreadCount()
           
 Double getProcessCpuTimeRate()
           
 Integer getThreadCount()
           
 Long getTotalStartedThreadCount()
           
 void setDaemonThreadCount(Integer daemonThreadCount)
           
 void setDeadLockedThreadCount(Integer deadLockedThreadCount)
           
 void setProcessCpuTimeRate(Double processCpuTimeRate)
           
 void setThreadCount(Integer threadCount)
           
 void setTotalStartedThreadCount(Long totalStartedThreadCount)
           
 
Methods inherited from class com.github.ltsopensource.monitor.access.domain.MDataPo
getGmtCreated, getId, getIdentity, getNodeGroup, getNodeType, getTimestamp, setGmtCreated, setId, setIdentity, setNodeGroup, setNodeType, setTimestamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMThreadDataPo

public JVMThreadDataPo()
Method Detail

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.