Uses of Interface
fish.payara.nucleus.healthcheck.configuration.Checker
-
Packages that use Checker Package Description fish.payara.nucleus.healthcheck.configuration fish.payara.nucleus.healthcheck.cpool.configuration fish.payara.nucleus.healthcheck.preliminary -
-
Uses of Checker in fish.payara.nucleus.healthcheck.configuration
Subinterfaces of Checker in fish.payara.nucleus.healthcheck.configuration Modifier and Type Interface Description interfaceCpuUsageCheckerinterfaceGarbageCollectorCheckerinterfaceHeapMemoryUsageCheckerinterfaceHoggingThreadsCheckerinterfaceMachineMemoryUsageCheckerinterfaceMicroProfileHealthCheckerConfigurationinterfaceMicroProfileMetricsCheckerinterfaceStuckThreadsCheckerinterfaceThresholdDiagnosticsCheckerInterface for healthcheck properties that have must have thresholds for Critical, Warning and Good levels.Methods in fish.payara.nucleus.healthcheck.configuration with type parameters of type Checker Modifier and Type Method Description static <T extends Checker>
THealthCheckServiceConfiguration.Duck. getCheckerByType(HealthCheckServiceConfiguration config, Class<T> type)<T extends Checker>
THealthCheckServiceConfiguration. getCheckerByType(Class<T> type)Methods in fish.payara.nucleus.healthcheck.configuration that return types with arguments of type Checker Modifier and Type Method Description List<Checker>HealthCheckServiceConfiguration. getCheckerList() -
Uses of Checker in fish.payara.nucleus.healthcheck.cpool.configuration
Subinterfaces of Checker in fish.payara.nucleus.healthcheck.cpool.configuration Modifier and Type Interface Description interfaceConnectionPoolChecker -
Uses of Checker in fish.payara.nucleus.healthcheck.preliminary
Classes in fish.payara.nucleus.healthcheck.preliminary with type parameters of type Checker Modifier and Type Class Description classBaseHealthCheck<O extends HealthCheckExecutionOptions,C extends Checker>Base class for all health check servicesMethods in fish.payara.nucleus.healthcheck.preliminary with parameters of type Checker Modifier and Type Method Description protected HealthCheckExecutionOptionsBaseHealthCheck. constructBaseOptions(Checker checker)
-