Uses of Interface
com.codahale.metrics.health.HealthCheckFilter
-
Packages that use HealthCheckFilter Package Description com.codahale.metrics.health -
-
Uses of HealthCheckFilter in com.codahale.metrics.health
Fields in com.codahale.metrics.health declared as HealthCheckFilter Modifier and Type Field Description static HealthCheckFilterHealthCheckFilter. ALLMatches all health checks, regardless of type or name.Methods in com.codahale.metrics.health with parameters of type HealthCheckFilter Modifier and Type Method Description SortedMap<String,HealthCheck.Result>HealthCheckRegistry. runHealthChecks(HealthCheckFilter filter)Runs the registered health checks matching the filter and returns a map of the results.SortedMap<String,HealthCheck.Result>HealthCheckRegistry. runHealthChecks(ExecutorService executor, HealthCheckFilter filter)Runs the registered health checks matching the filter in parallel and returns a map of the results.
-