public class ThreadSummary extends BasePojo implements TimeStampedPojo
Constructor and Description |
---|
ThreadSummary() |
Modifier and Type | Method and Description |
---|---|
long |
getCurrentDaemonThreads() |
long |
getCurrentLiveThreads() |
long |
getTimeStamp() |
int |
getVmId() |
void |
setCurrentDaemonThreads(long daemonThreads) |
void |
setCurrentLiveThreads(long currentLiveThreads) |
void |
setTimeStamp(long timestamp) |
void |
setVmId(int vmId) |
String |
toString() |
equals, getAgentId, hashCode, setAgentId
public void setVmId(int vmId)
public int getVmId()
public long getCurrentLiveThreads()
public void setCurrentLiveThreads(long currentLiveThreads)
public long getCurrentDaemonThreads()
public void setCurrentDaemonThreads(long daemonThreads)
public long getTimeStamp()
getTimeStamp
in interface TimeStampedPojo
public void setTimeStamp(long timestamp)
Copyright © 2013. All Rights Reserved.