Uses of Class
fish.payara.nucleus.healthcheck.preliminary.BaseHealthCheck
-
-
Uses of BaseHealthCheck in fish.payara.healthcheck.microprofile.metrics
Subclasses of BaseHealthCheck in fish.payara.healthcheck.microprofile.metrics Modifier and Type Class Description classMicroProfileMetricsCheck -
Uses of BaseHealthCheck in fish.payara.healthcheck.mphealth
Subclasses of BaseHealthCheck in fish.payara.healthcheck.mphealth Modifier and Type Class Description classMicroProfileHealthCheckerHealth Check service that pokes MicroProfile Healthcheck endpoints of instances in the current domain to see if they are responsive -
Uses of BaseHealthCheck in fish.payara.microprofile.healthcheck.checks
Constructors in fish.payara.microprofile.healthcheck.checks with parameters of type BaseHealthCheck Constructor Description PayaraHealthCheck(String name, BaseHealthCheck<?,?> checker) -
Uses of BaseHealthCheck in fish.payara.nucleus.healthcheck
Methods in fish.payara.nucleus.healthcheck that return BaseHealthCheck Modifier and Type Method Description BaseHealthCheckHealthCheckService. getCheck(String serviceName)BaseHealthCheckHealthCheckTask. getCheck()Methods in fish.payara.nucleus.healthcheck with parameters of type BaseHealthCheck Modifier and Type Method Description voidHealthCheckService. registerCheck(String name, BaseHealthCheck check) -
Uses of BaseHealthCheck in fish.payara.nucleus.healthcheck.cpool
Subclasses of BaseHealthCheck in fish.payara.nucleus.healthcheck.cpool Modifier and Type Class Description classConnectionPoolHealthCheck -
Uses of BaseHealthCheck in fish.payara.nucleus.healthcheck.preliminary
Subclasses of BaseHealthCheck in fish.payara.nucleus.healthcheck.preliminary Modifier and Type Class Description classBaseThresholdHealthCheck<O extends HealthCheckWithThresholdExecutionOptions,C extends ThresholdDiagnosticsChecker>Base class for all healthchecks that have configurable Critical/Warning/Good levelsclassCpuUsageHealthCheckclassGarbageCollectorHealthCheck-XX:+UseSerialGC -->-XX:+UseG1GC --> -XX:+UseParallelGC --> -XX:+UseParNewGC --> -XX:+UseConcMarkSweepGC -XX:+UseParNewGC --> -XX:+UseConcMarkSweepGC -XX:-UseParNewGC --> classHeapMemoryUsageHealthCheckclassHoggingThreadsHealthCheckA "hogging thread" is a thread that uses most of the CPU during the measured period.classMachineMemoryUsageHealthCheckMethods in fish.payara.nucleus.healthcheck.preliminary with type parameters of type BaseHealthCheck Modifier and Type Method Description protected <T extends BaseHealthCheck>
OBaseHealthCheck. postConstruct(T t, Class<C> checkerType) -
Uses of BaseHealthCheck in fish.payara.nucleus.healthcheck.stuck
Subclasses of BaseHealthCheck in fish.payara.nucleus.healthcheck.stuck Modifier and Type Class Description classStuckThreadsHealthCheck
-