Uses of Class
fish.payara.nucleus.healthcheck.HealthCheckExecutionOptions
-
-
Uses of HealthCheckExecutionOptions in fish.payara.healthcheck.microprofile.metrics
Subclasses of HealthCheckExecutionOptions in fish.payara.healthcheck.microprofile.metrics Modifier and Type Class Description classHealthCheckMicroProfileMetricstExecutionOptionsExecution Options for the Microprofile Metrics checker. -
Uses of HealthCheckExecutionOptions in fish.payara.healthcheck.mphealth
Subclasses of HealthCheckExecutionOptions in fish.payara.healthcheck.mphealth Modifier and Type Class Description classHealthCheckTimeoutExecutionOptionsExecution Options for the Microprofile Healthcheck checker. -
Uses of HealthCheckExecutionOptions in fish.payara.nucleus.healthcheck
Subclasses of HealthCheckExecutionOptions in fish.payara.nucleus.healthcheck Modifier and Type Class Description classHealthCheckHoggingThreadsExecutionOptionsclassHealthCheckStuckThreadExecutionOptionsclassHealthCheckWithThresholdExecutionOptions -
Uses of HealthCheckExecutionOptions in fish.payara.nucleus.healthcheck.cpool
Subclasses of HealthCheckExecutionOptions in fish.payara.nucleus.healthcheck.cpool Modifier and Type Class Description classHealthCheckConnectionPoolExecutionOptions -
Uses of HealthCheckExecutionOptions in fish.payara.nucleus.healthcheck.preliminary
Classes in fish.payara.nucleus.healthcheck.preliminary with type parameters of type HealthCheckExecutionOptions Modifier and Type Class Description classBaseHealthCheck<O extends HealthCheckExecutionOptions,C extends Checker>Base class for all health check servicesFields in fish.payara.nucleus.healthcheck.preliminary declared as HealthCheckExecutionOptions Modifier and Type Field Description protected OBaseHealthCheck. optionsMethods in fish.payara.nucleus.healthcheck.preliminary that return HealthCheckExecutionOptions Modifier and Type Method Description protected HealthCheckExecutionOptionsBaseHealthCheck. constructBaseOptions(Checker checker)
-