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

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

public class JVMGCDataPo
extends MDataPo

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

Constructor Summary
JVMGCDataPo()
           
 
Method Summary
 Long getFullGCCollectionCount()
           
 Long getFullGCCollectionTime()
           
 Long getSpanFullGCCollectionCount()
           
 Long getSpanFullGCCollectionTime()
           
 Long getSpanYoungGCCollectionCount()
           
 Long getSpanYoungGCCollectionTime()
           
 Long getYoungGCCollectionCount()
           
 Long getYoungGCCollectionTime()
           
 void setFullGCCollectionCount(Long fullGCCollectionCount)
           
 void setFullGCCollectionTime(Long fullGCCollectionTime)
           
 void setSpanFullGCCollectionCount(Long spanFullGCCollectionCount)
           
 void setSpanFullGCCollectionTime(Long spanFullGCCollectionTime)
           
 void setSpanYoungGCCollectionCount(Long spanYoungGCCollectionCount)
           
 void setSpanYoungGCCollectionTime(Long spanYoungGCCollectionTime)
           
 void setYoungGCCollectionCount(Long youngGCCollectionCount)
           
 void setYoungGCCollectionTime(Long youngGCCollectionTime)
           
 
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

JVMGCDataPo

public JVMGCDataPo()
Method Detail

getYoungGCCollectionCount

public Long getYoungGCCollectionCount()

setYoungGCCollectionCount

public void setYoungGCCollectionCount(Long youngGCCollectionCount)

getYoungGCCollectionTime

public Long getYoungGCCollectionTime()

setYoungGCCollectionTime

public void setYoungGCCollectionTime(Long youngGCCollectionTime)

getFullGCCollectionCount

public Long getFullGCCollectionCount()

setFullGCCollectionCount

public void setFullGCCollectionCount(Long fullGCCollectionCount)

getFullGCCollectionTime

public Long getFullGCCollectionTime()

setFullGCCollectionTime

public void setFullGCCollectionTime(Long fullGCCollectionTime)

getSpanYoungGCCollectionCount

public Long getSpanYoungGCCollectionCount()

setSpanYoungGCCollectionCount

public void setSpanYoungGCCollectionCount(Long spanYoungGCCollectionCount)

getSpanYoungGCCollectionTime

public Long getSpanYoungGCCollectionTime()

setSpanYoungGCCollectionTime

public void setSpanYoungGCCollectionTime(Long spanYoungGCCollectionTime)

getSpanFullGCCollectionCount

public Long getSpanFullGCCollectionCount()

setSpanFullGCCollectionCount

public void setSpanFullGCCollectionCount(Long spanFullGCCollectionCount)

getSpanFullGCCollectionTime

public Long getSpanFullGCCollectionTime()

setSpanFullGCCollectionTime

public void setSpanFullGCCollectionTime(Long spanFullGCCollectionTime)


Copyright © 2017. All rights reserved.