Uses of Record Class
io.vertigo.core.analytics.health.HealthMeasure
Packages that use HealthMeasure
Package
Description
-
Uses of HealthMeasure in io.vertigo.core.analytics.health
Methods in io.vertigo.core.analytics.health that return HealthMeasureModifier and TypeMethodDescriptionHealthMeasureBuilder.build()HealthCheck.healthMeasure()Returns the value of thehealthMeasurerecord component.Constructors in io.vertigo.core.analytics.health with parameters of type HealthMeasureModifierConstructorDescriptionHealthCheck(String name, String checker, String module, String feature, Instant checkInstant, HealthMeasure healthMeasure) Creates an instance of aHealthCheckrecord class. -
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 HealthMeasureConstructor parameters in io.vertigo.core.analytics.health.definitions with type arguments of type HealthMeasureModifierConstructorDescriptionHealthCheckDefinition(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