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 HealthStatus
AnalyticsManager. 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 void
AnalyticsConnectorPlugin. 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 HealthStatus
AnalyticsManagerImpl. 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 HealthStatus
HealthAnalyticsUtil. 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 void
LoggerAnalyticsConnectorPlugin. add(HealthCheck healthCheck)
void
SmartLoggerAnalyticsConnectorPlugin. add(HealthCheck healthCheck)
void
SocketLoggerAnalyticsConnectorPlugin. add(HealthCheck healthCheck)
Adds a healthCheck to a connector which acts as a consumer.void
SocketLoggerJsonAnalyticsConnectorPlugin. add(HealthCheck healthCheck)
Adds a healthCheck to a connector which acts as a consumer.
-