public class ThreadSummary extends Object 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() |
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 © 2012. All Rights Reserved.