Uses of Interface
com.codahale.metrics.health.HealthCheckFilter
Packages that use HealthCheckFilter
-
Uses of HealthCheckFilter in com.codahale.metrics.health
Fields in com.codahale.metrics.health declared as HealthCheckFilterModifier and TypeFieldDescriptionstatic final HealthCheckFilterHealthCheckFilter.ALLMatches all health checks, regardless of type or name.Methods in com.codahale.metrics.health with parameters of type HealthCheckFilterModifier and TypeMethodDescriptionHealthCheckRegistry.runHealthChecks(HealthCheckFilter filter) Runs the registered health checks matching the filter and returns a map of the results.HealthCheckRegistry.runHealthChecks(ExecutorService executor, HealthCheckFilter filter) Runs the registered health checks matching the filter in parallel and returns a map of the results.