| Package | Description |
|---|---|
| fish.payara.nucleus.healthcheck | |
| fish.payara.nucleus.healthcheck.preliminary |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckResultStatus |
HealthCheckResult.getCumulativeStatus() |
HealthCheckResultStatus |
HealthCheckResultEntry.getStatus()
Gets the severity level of the result of the health check
|
static HealthCheckResultStatus |
HealthCheckResultStatus.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.
|
| Constructor and Description |
|---|
HealthCheckResultEntry(HealthCheckResultStatus status,
String msg) |
HealthCheckResultEntry(HealthCheckResultStatus status,
String msg,
Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
protected HealthCheckResultStatus |
BaseHealthCheck.decideOnStatusWithDuration(long duration)
Determines the level of of the healthcheck based on a time
|
protected HealthCheckResultStatus |
BaseThresholdHealthCheck.decideOnStatusWithRatio(Double percentage) |
Copyright © 2017. All rights reserved.