Uses of Class
com.codahale.metrics.health.HealthCheck
Packages that use HealthCheck
-
Uses of HealthCheck in com.codahale.metrics.health
Fields in com.codahale.metrics.health with type parameters of type HealthCheckModifier and TypeFieldDescriptionprivate final ConcurrentMap
<String, HealthCheck> HealthCheckRegistry.healthChecks
Methods in com.codahale.metrics.health with parameters of type HealthCheckModifier and TypeMethodDescriptionvoid
HealthCheckRegistry.register
(String name, HealthCheck healthCheck) Registers an applicationHealthCheck
. -
Uses of HealthCheck in com.codahale.metrics.health.jvm
Subclasses of HealthCheck in com.codahale.metrics.health.jvmModifier and TypeClassDescriptionclass
A health check which returns healthy if no threads are deadlocked.