Uses of Class
io.vertigo.core.analytics.health.HealthCheck
-
Packages that use HealthCheck Package Description io.vertigo.core.analytics io.vertigo.core.impl.analytics io.vertigo.core.impl.analytics.health io.vertigo.core.plugins.analytics.log -
-
Uses of HealthCheck in io.vertigo.core.analytics
Methods in io.vertigo.core.analytics that return types with arguments of type HealthCheck Modifier and Type Method Description List<HealthCheck>AnalyticsManager. getHealthChecks()Method parameters in io.vertigo.core.analytics with type arguments of type HealthCheck Modifier and Type Method Description HealthStatusAnalyticsManager. aggregate(List<HealthCheck> healthChecks)Generates an aggregated status from a list of health checks. -
Uses of HealthCheck in io.vertigo.core.impl.analytics
Methods in io.vertigo.core.impl.analytics that return types with arguments of type HealthCheck Modifier and Type Method Description List<HealthCheck>AnalyticsManagerImpl. getHealthChecks()Methods in io.vertigo.core.impl.analytics with parameters of type HealthCheck Modifier and Type Method Description voidAnalyticsConnectorPlugin. add(HealthCheck healthCheck)Adds a healthCheck to a connector which acts as a consumer.Method parameters in io.vertigo.core.impl.analytics with type arguments of type HealthCheck Modifier and Type Method Description HealthStatusAnalyticsManagerImpl. aggregate(List<HealthCheck> healthChecks) -
Uses of HealthCheck in io.vertigo.core.impl.analytics.health
Methods in io.vertigo.core.impl.analytics.health that return types with arguments of type HealthCheck Modifier and Type Method Description static List<HealthCheck>HealthAnalyticsUtil. getHealthChecks()Method parameters in io.vertigo.core.impl.analytics.health with type arguments of type HealthCheck Modifier and Type Method Description static HealthStatusHealthAnalyticsUtil. aggregate(List<HealthCheck> healthChecks) -
Uses of HealthCheck in io.vertigo.core.plugins.analytics.log
Methods in io.vertigo.core.plugins.analytics.log with parameters of type HealthCheck Modifier and Type Method Description voidLoggerAnalyticsConnectorPlugin. add(HealthCheck healthCheck)voidSmartLoggerAnalyticsConnectorPlugin. add(HealthCheck healthCheck)voidSocketLoggerAnalyticsConnectorPlugin. add(HealthCheck healthCheck)Adds a healthCheck to a connector which acts as a consumer.voidSocketLoggerJsonAnalyticsConnectorPlugin. add(HealthCheck healthCheck)Adds a healthCheck to a connector which acts as a consumer.
-