public interface ThreadsData extends HealthCenterData
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
THREADDATA
Used to get only Threads Data when comparing against
NotificationListener.getUserData() |
static java.lang.String |
THREADSCOUNTDATA
Used to get only Threads Count Data when comparing against
NotificationListener.getUserData() |
Modifier and Type | Method and Description |
---|---|
boolean |
deadlockDetected()
Returns whether a deadlock scenario has been detected in the monitored
threads.
|
java.util.HashMap<java.lang.Long,ThreadData[]> |
getAllThreads()
Returns all the threads in the monitored application over time.
|
ThreadData[] |
getLatestThreads()
Returns the latest set of threads in the monitored application.
|
CountData[] |
getThreadCounts()
Returns the number of threads in the application over time.
|
ThreadData[] |
getThreads()
Returns all the threads that are currently in the monitored application.
|
getAllRecommendations, getCriticalRecommendations, getHealthyRecommendations, getInformationalRecommendations, getWarningRecommendations, startNotifying, startNotifying
static final java.lang.String THREADDATA
NotificationListener.getUserData()
static final java.lang.String THREADSCOUNTDATA
NotificationListener.getUserData()
ThreadData[] getThreads()
CountData[] getThreadCounts()
boolean deadlockDetected()
true
if a deadlock scenario has been detected,
otherwise false
.ThreadData[] getLatestThreads()
java.util.HashMap<java.lang.Long,ThreadData[]> getAllThreads()