| Modifier and Type | Method and Description |
|---|---|
CountStatistic |
getBlockedCount()
Returns the number of times that this thread has been in the blocked
state
|
CountStatistic |
getBlockedTime()
Returns the elapsed time (in milliseconds) that the thread associated
with this ThreadInfo has blocked to enter or reenter a monitor since
thread contention monitoring is enabled.
|
StringStatistic |
getLockName()
Returns the string representation of the monitor lock that the thread
is blocked to enter or waiting to be notified through
the Object.wait method
|
CountStatistic |
getLockOwnerId()
Returns the Id of the thread which holds the monitor lock of an
object on which this thread is blocking
|
StringStatistic |
getLockOwnerName()
Returns the name of the thread that holds the monitor lock of the
object this thread is blocking on
|
StringStatistic |
getStackTrace()
Returns the stacktrace associated with this thread
|
CountStatistic |
getThreadId()
Returns the Id of the thread
|
StringStatistic |
getThreadName()
Returns the name of the thread
|
StringStatistic |
getThreadState()
Returns the state of the thread
|
CountStatistic |
getWaitedCount()
Returns the number of times that the thread has been in WAITING or
TIMED_WAITING states
|
CountStatistic |
getWaitedTime()
Returns the elapsed time(in milliseconds) that the thread has been in
the waiting state.
|
getStatistic, getStatisticNames, getStatisticsCountStatistic getThreadId()
StringStatistic getThreadName()
StringStatistic getThreadState()
CountStatistic getBlockedTime()
CountStatistic getBlockedCount()
CountStatistic getWaitedTime()
CountStatistic getWaitedCount()
StringStatistic getLockName()
CountStatistic getLockOwnerId()
StringStatistic getLockOwnerName()
StringStatistic getStackTrace()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.