Uses of Class
com.zaxxer.hikari.metrics.PoolStats
-
Packages that use PoolStats Package Description com.zaxxer.hikari.metrics com.zaxxer.hikari.metrics.dropwizard com.zaxxer.hikari.metrics.micrometer com.zaxxer.hikari.metrics.prometheus -
-
Uses of PoolStats in com.zaxxer.hikari.metrics
Methods in com.zaxxer.hikari.metrics with parameters of type PoolStats Modifier and Type Method Description IMetricsTrackerMetricsTrackerFactory. create(String poolName, PoolStats poolStats)Create an instance of an IMetricsTracker. -
Uses of PoolStats in com.zaxxer.hikari.metrics.dropwizard
Methods in com.zaxxer.hikari.metrics.dropwizard with parameters of type PoolStats Modifier and Type Method Description IMetricsTrackerCodahaleMetricsTrackerFactory. create(String poolName, PoolStats poolStats)IMetricsTrackerDropwizard5MetricsTrackerFactory. create(String poolName, PoolStats poolStats) -
Uses of PoolStats in com.zaxxer.hikari.metrics.micrometer
Methods in com.zaxxer.hikari.metrics.micrometer with parameters of type PoolStats Modifier and Type Method Description IMetricsTrackerMicrometerMetricsTrackerFactory. create(String poolName, PoolStats poolStats) -
Uses of PoolStats in com.zaxxer.hikari.metrics.prometheus
Methods in com.zaxxer.hikari.metrics.prometheus with parameters of type PoolStats Modifier and Type Method Description IMetricsTrackerPrometheusHistogramMetricsTrackerFactory. create(String poolName, PoolStats poolStats)IMetricsTrackerPrometheusMetricsTrackerFactory. create(String poolName, PoolStats poolStats)
-