Uses of Class
fish.payara.nucleus.healthcheck.HealthCheckWithThresholdExecutionOptions
-
Packages that use HealthCheckWithThresholdExecutionOptions Package Description fish.payara.nucleus.healthcheck.cpool fish.payara.nucleus.healthcheck.preliminary -
-
Uses of HealthCheckWithThresholdExecutionOptions in fish.payara.nucleus.healthcheck.cpool
Subclasses of HealthCheckWithThresholdExecutionOptions in fish.payara.nucleus.healthcheck.cpool Modifier and Type Class Description classHealthCheckConnectionPoolExecutionOptions -
Uses of HealthCheckWithThresholdExecutionOptions in fish.payara.nucleus.healthcheck.preliminary
Classes in fish.payara.nucleus.healthcheck.preliminary with type parameters of type HealthCheckWithThresholdExecutionOptions Modifier and Type Class Description classBaseThresholdHealthCheck<O extends HealthCheckWithThresholdExecutionOptions,C extends ThresholdDiagnosticsChecker>Base class for all healthchecks that have configurable Critical/Warning/Good levelsMethods in fish.payara.nucleus.healthcheck.preliminary that return HealthCheckWithThresholdExecutionOptions Modifier and Type Method Description HealthCheckWithThresholdExecutionOptionsCpuUsageHealthCheck. constructOptions(CpuUsageChecker checker)HealthCheckWithThresholdExecutionOptionsGarbageCollectorHealthCheck. constructOptions(GarbageCollectorChecker checker)HealthCheckWithThresholdExecutionOptionsHeapMemoryUsageHealthCheck. constructOptions(HeapMemoryUsageChecker checker)HealthCheckWithThresholdExecutionOptionsMachineMemoryUsageHealthCheck. constructOptions(MachineMemoryUsageChecker checker)HealthCheckWithThresholdExecutionOptionsBaseThresholdHealthCheck. constructThresholdOptions(ThresholdDiagnosticsChecker checker)Creates an options instance from the properties
-