Uses of Class
fish.payara.nucleus.healthcheck.HealthCheckResult
-
-
Uses of HealthCheckResult in fish.payara.healthcheck.microprofile.metrics
Methods in fish.payara.healthcheck.microprofile.metrics that return HealthCheckResult Modifier and Type Method Description protected HealthCheckResultMicroProfileMetricsCheck. doCheckInternal() -
Uses of HealthCheckResult in fish.payara.healthcheck.mphealth
Methods in fish.payara.healthcheck.mphealth that return HealthCheckResult Modifier and Type Method Description protected HealthCheckResultMicroProfileHealthChecker. doCheckInternal() -
Uses of HealthCheckResult in fish.payara.nucleus.healthcheck.cpool
Methods in fish.payara.nucleus.healthcheck.cpool that return HealthCheckResult Modifier and Type Method Description protected HealthCheckResultConnectionPoolHealthCheck. doCheckInternal() -
Uses of HealthCheckResult in fish.payara.nucleus.healthcheck.preliminary
Methods in fish.payara.nucleus.healthcheck.preliminary that return HealthCheckResult Modifier and Type Method Description HealthCheckResultBaseHealthCheck. doCheck()protected abstract HealthCheckResultBaseHealthCheck. doCheckInternal()protected HealthCheckResultCpuUsageHealthCheck. doCheckInternal()protected HealthCheckResultGarbageCollectorHealthCheck. doCheckInternal()protected HealthCheckResultHeapMemoryUsageHealthCheck. doCheckInternal()protected HealthCheckResultHoggingThreadsHealthCheck. doCheckInternal()protected HealthCheckResultMachineMemoryUsageHealthCheck. doCheckInternal()HealthCheckResultBaseHealthCheck. getMostRecentResult()Methods in fish.payara.nucleus.healthcheck.preliminary with parameters of type HealthCheckResult Modifier and Type Method Description voidBaseHealthCheck. sendNotification(String name, HealthCheckResult checkResult, Level level)Sends a notification to all notifier enabled with the healthcheck service. -
Uses of HealthCheckResult in fish.payara.nucleus.healthcheck.stuck
Methods in fish.payara.nucleus.healthcheck.stuck that return HealthCheckResult Modifier and Type Method Description protected HealthCheckResultStuckThreadsHealthCheck. doCheckInternal()
-