Uses of Interface
fish.payara.nucleus.healthcheck.HealthCheckStatsProvider
-
Packages that use HealthCheckStatsProvider Package Description fish.payara.microprofile.metrics.healthcheck fish.payara.nucleus.healthcheck.cpool fish.payara.nucleus.healthcheck.stuck -
-
Uses of HealthCheckStatsProvider in fish.payara.microprofile.metrics.healthcheck
Classes in fish.payara.microprofile.metrics.healthcheck that implement HealthCheckStatsProvider Modifier and Type Class Description classHealthCheckCounterImplementation of a counter based off an HealthCheck.classHealthCheckGaugeImplementation of a gauge based off an HealthCheck.Constructors in fish.payara.microprofile.metrics.healthcheck with parameters of type HealthCheckStatsProvider Constructor Description HealthCheckCounter(HealthCheckStatsProvider healthCheck, ServiceExpression expression)HealthCheckGauge(HealthCheckStatsProvider healthCheck, ServiceExpression expression) -
Uses of HealthCheckStatsProvider in fish.payara.nucleus.healthcheck.cpool
Classes in fish.payara.nucleus.healthcheck.cpool that implement HealthCheckStatsProvider Modifier and Type Class Description classConnectionPoolHealthCheck -
Uses of HealthCheckStatsProvider in fish.payara.nucleus.healthcheck.stuck
Classes in fish.payara.nucleus.healthcheck.stuck that implement HealthCheckStatsProvider Modifier and Type Class Description classStuckThreadsHealthCheck
-