com.yammer.metrics.core
Class DeadlockHealthCheck
java.lang.Object
com.yammer.metrics.core.HealthCheck
com.yammer.metrics.core.DeadlockHealthCheck
public class DeadlockHealthCheck
- extends HealthCheck
A HealthCheck implementation which returns a list of deadlocked threads, if any.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeadlockHealthCheck
public DeadlockHealthCheck()
check
public HealthCheck.Result check()
throws Exception
- Specified by:
check in class HealthCheck
- Throws:
Exception
name
public String name()
- Specified by:
name in class HealthCheck
Copyright © 2011. All Rights Reserved.