Uses of Class
io.vertigo.core.analytics.health.HealthMeasure
-
Packages that use HealthMeasure Package Description io.vertigo.core.analytics.health io.vertigo.core.analytics.health.definitions io.vertigo.core.impl.daemon -
-
Uses of HealthMeasure in io.vertigo.core.analytics.health
Methods in io.vertigo.core.analytics.health that return HealthMeasure Modifier and Type Method Description HealthMeasure
HealthMeasureBuilder. build()
HealthMeasure
HealthCheck. getMeasure()
Constructors in io.vertigo.core.analytics.health with parameters of type HealthMeasure Constructor Description HealthCheck(String name, String checker, String module, String feature, Instant checkInstant, HealthMeasure healthMeasure)
Constructor. -
Uses of HealthMeasure in io.vertigo.core.analytics.health.definitions
Methods in io.vertigo.core.analytics.health.definitions that return types with arguments of type HealthMeasure Modifier and Type Method Description Supplier<HealthMeasure>
HealthCheckDefinition. getCheckMethod()
Constructor parameters in io.vertigo.core.analytics.health.definitions with type arguments of type HealthMeasure Constructor Description HealthCheckDefinition(String name, String healthCheckName, String checker, String module, String feature, Supplier<HealthMeasure> checkMethod)
Constructor -
Uses of HealthMeasure in io.vertigo.core.impl.daemon
Methods in io.vertigo.core.impl.daemon that return HealthMeasure Modifier and Type Method Description HealthMeasure
DaemonManagerImpl. checkDaemonsExecs()
-