Uses of Class
fish.payara.notification.healthcheck.HealthCheckResultStatus
-
Packages that use HealthCheckResultStatus Package Description fish.payara.notification.healthcheck fish.payara.nucleus.healthcheck fish.payara.nucleus.healthcheck.preliminary -
-
Uses of HealthCheckResultStatus in fish.payara.notification.healthcheck
Methods in fish.payara.notification.healthcheck that return HealthCheckResultStatus Modifier and Type Method Description HealthCheckResultStatusHealthCheckResultEntry. getStatus()Gets the severity level of the result of the health checkstatic HealthCheckResultStatusHealthCheckResultStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthCheckResultStatus[]HealthCheckResultStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fish.payara.notification.healthcheck with parameters of type HealthCheckResultStatus Constructor Description HealthCheckResultEntry(HealthCheckResultStatus status, String msg)HealthCheckResultEntry(HealthCheckResultStatus status, String msg, Exception ex) -
Uses of HealthCheckResultStatus in fish.payara.nucleus.healthcheck
Methods in fish.payara.nucleus.healthcheck that return HealthCheckResultStatus Modifier and Type Method Description HealthCheckResultStatusHealthCheckResult. getCumulativeStatus() -
Uses of HealthCheckResultStatus in fish.payara.nucleus.healthcheck.preliminary
Methods in fish.payara.nucleus.healthcheck.preliminary that return HealthCheckResultStatus Modifier and Type Method Description protected HealthCheckResultStatusBaseHealthCheck. decideOnStatusWithDuration(long duration)Determines the level of of the healthcheck based on a timeprotected HealthCheckResultStatusBaseThresholdHealthCheck. decideOnStatusWithRatio(double percentage)HealthCheckResultStatusBaseHealthCheck. getMostRecentCumulativeStatus()
-