Package | Description |
---|---|
org.thales.punch.platform.api.es.health |
Copyright © 2016-2021 Thales Services Numériques
Licensed under the Thales Inner Source Software License:
Version 1.2, InnerOpen - Distribution Controlled
You may not use this file except in compliance with the License.
|
Modifier and Type | Field and Description |
---|---|
HealthLevel |
HealthAndAlertInfoPojo.health
Overall health status, as computed taking into account the worse alert registered
(cf.
|
Modifier and Type | Method and Description |
---|---|
static HealthLevel |
HealthLevel.bestHealth(HealthLevel health1,
HealthLevel health2)
Best health code between the two healths in args
|
static HealthLevel |
HealthLevel.green() |
static HealthLevel |
HealthLevel.red(String... alerts) |
static HealthLevel |
HealthLevel.unknown(String... alerts) |
static HealthLevel |
HealthLevel.worstHealth(HealthLevel health1,
HealthLevel health2)
worst health code between the two healths in args
|
static HealthLevel |
HealthLevel.yellow(String... alerts) |
Modifier and Type | Method and Description |
---|---|
static HealthLevel |
HealthLevel.bestHealth(HealthLevel health1,
HealthLevel health2)
Best health code between the two healths in args
|
ISettingsMap |
HealthLevel.enrichHealthMap(ISettingsMap map,
HealthLevel health,
String esId,
String platformId) |
static HealthLevel |
HealthLevel.worstHealth(HealthLevel health1,
HealthLevel health2)
worst health code between the two healths in args
|
Copyright © 2014–2023. All rights reserved.