public class ThreadInfoData extends Object implements TimeStampedPojo
Constructor and Description |
---|
ThreadInfoData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getAllocatedBytes() |
StackTraceElement[] |
getStackTrace() |
Thread.State |
getState() |
long |
getThreadBlockedCount() |
long |
getThreadCpuTime() |
long |
getThreadId() |
String |
getThreadName() |
String |
getThreadState() |
long |
getThreadUserTime() |
long |
getThreadWaitCount() |
long |
getTimeStamp() |
int |
getVmId() |
int |
hashCode() |
void |
setAllocatedBytes(long allocatedBytes) |
void |
setStackTrace(StackTraceElement[] stackTrace) |
void |
setState(Thread.State threadState) |
void |
setThreadBlockedCount(long blockedCount) |
void |
setThreadCpuTime(long threadCpuTime) |
void |
setThreadId(long threadID) |
void |
setThreadName(String threadName) |
void |
setThreadState(String threadStateString) |
void |
setThreadUserTime(long threadUserTime) |
void |
setThreadWaitCount(long waitedCount) |
void |
setTimeStamp(long timestamp) |
void |
setVmId(int vmId) |
String |
toString() |
public void setStackTrace(StackTraceElement[] stackTrace)
public StackTraceElement[] getStackTrace()
public void setVmId(int vmId)
public int getVmId()
public void setThreadName(String threadName)
public void setThreadId(long threadID)
public void setState(Thread.State threadState)
public void setThreadState(String threadStateString)
public void setAllocatedBytes(long allocatedBytes)
public String getThreadName()
public long getAllocatedBytes()
public long getThreadId()
public Thread.State getState()
public String getThreadState()
public long getTimeStamp()
getTimeStamp
in interface TimeStampedPojo
public void setTimeStamp(long timestamp)
public void setThreadCpuTime(long threadCpuTime)
public void setThreadUserTime(long threadUserTime)
public void setThreadBlockedCount(long blockedCount)
public void setThreadWaitCount(long waitedCount)
public long getThreadBlockedCount()
public long getThreadWaitCount()
public long getThreadCpuTime()
public long getThreadUserTime()
Copyright © 2013. All Rights Reserved.