Uses of Class
com.zaxxer.hikari.HikariConfig
-
Packages that use HikariConfig Package Description com.zaxxer.hikari com.zaxxer.hikari.metrics.dropwizard com.zaxxer.hikari.pool -
-
Uses of HikariConfig in com.zaxxer.hikari
Subclasses of HikariConfig in com.zaxxer.hikari Modifier and Type Class Description classHikariDataSourceThe HikariCP pooled DataSource.Methods in com.zaxxer.hikari with parameters of type HikariConfig Modifier and Type Method Description voidHikariConfig. copyStateTo(HikariConfig other)Copies the state ofthisintoother.Constructors in com.zaxxer.hikari with parameters of type HikariConfig Constructor Description HikariDataSource(HikariConfig configuration)Construct a HikariDataSource with the specified configuration. -
Uses of HikariConfig in com.zaxxer.hikari.metrics.dropwizard
Methods in com.zaxxer.hikari.metrics.dropwizard with parameters of type HikariConfig Modifier and Type Method Description static voidCodahaleHealthChecker. registerHealthChecks(HikariPool pool, HikariConfig hikariConfig, com.codahale.metrics.health.HealthCheckRegistry registry)Register Dropwizard health checks. -
Uses of HikariConfig in com.zaxxer.hikari.pool
Fields in com.zaxxer.hikari.pool declared as HikariConfig Modifier and Type Field Description HikariConfigPoolBase. configConstructors in com.zaxxer.hikari.pool with parameters of type HikariConfig Constructor Description HikariPool(HikariConfig config)Construct a HikariPool with the specified configuration.
-