Uses of Class
com.codahale.metrics.jvm.ThreadDeadlockDetector
-
Packages that use ThreadDeadlockDetector Package Description com.codahale.metrics.health.jvm com.codahale.metrics.jvm -
-
Uses of ThreadDeadlockDetector in com.codahale.metrics.health.jvm
Fields in com.codahale.metrics.health.jvm declared as ThreadDeadlockDetector Modifier and Type Field Description private ThreadDeadlockDetector
ThreadDeadlockHealthCheck. detector
Constructors in com.codahale.metrics.health.jvm with parameters of type ThreadDeadlockDetector Constructor Description ThreadDeadlockHealthCheck(ThreadDeadlockDetector detector)
Creates a new health check with the given detector. -
Uses of ThreadDeadlockDetector in com.codahale.metrics.jvm
Fields in com.codahale.metrics.jvm declared as ThreadDeadlockDetector Modifier and Type Field Description private ThreadDeadlockDetector
ThreadStatesGaugeSet. deadlockDetector
Constructors in com.codahale.metrics.jvm with parameters of type ThreadDeadlockDetector Constructor Description ThreadStatesGaugeSet(java.lang.management.ThreadMXBean threads, ThreadDeadlockDetector deadlockDetector)
Creates a new set of gauges using the given MXBean and detector.
-