Uses of Interface
fish.payara.nucleus.healthcheck.configuration.ThresholdDiagnosticsChecker
-
-
Uses of ThresholdDiagnosticsChecker in fish.payara.nucleus.healthcheck.configuration
Subinterfaces of ThresholdDiagnosticsChecker in fish.payara.nucleus.healthcheck.configuration Modifier and Type Interface Description interfaceCpuUsageCheckerinterfaceGarbageCollectorCheckerinterfaceHeapMemoryUsageCheckerinterfaceMachineMemoryUsageChecker -
Uses of ThresholdDiagnosticsChecker in fish.payara.nucleus.healthcheck.cpool.configuration
Subinterfaces of ThresholdDiagnosticsChecker in fish.payara.nucleus.healthcheck.cpool.configuration Modifier and Type Interface Description interfaceConnectionPoolChecker -
Uses of ThresholdDiagnosticsChecker in fish.payara.nucleus.healthcheck.preliminary
Classes in fish.payara.nucleus.healthcheck.preliminary with type parameters of type ThresholdDiagnosticsChecker 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 with parameters of type ThresholdDiagnosticsChecker Modifier and Type Method Description HealthCheckWithThresholdExecutionOptionsBaseThresholdHealthCheck. constructThresholdOptions(ThresholdDiagnosticsChecker checker)Creates an options instance from the properties
-