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.healthChecksMethods in com.codahale.metrics.health with parameters of type HealthCheckModifier and TypeMethodDescriptionvoidHealthCheckRegistry.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 TypeClassDescriptionclassA health check which returns healthy if no threads are deadlocked.