| Package | Description |
|---|---|
| com.zaxxer.hikari | |
| com.zaxxer.hikari.hibernate | |
| com.zaxxer.hikari.metrics.dropwizard | |
| com.zaxxer.hikari.pool |
| Modifier and Type | Class | Description |
|---|---|---|
class |
HikariDataSource |
The HikariCP pooled DataSource.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
HikariConfig.copyState(HikariConfig other) |
| Constructor | Description |
|---|---|
HikariDataSource(HikariConfig configuration) |
Construct a HikariDataSource with the specified configuration.
|
| Modifier and Type | Method | Description |
|---|---|---|
static HikariConfig |
HikariConfigurationUtil.loadConfiguration(Map props) |
Create/load a HikariConfig from Hibernate properties.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
CodahaleHealthChecker.registerHealthChecks(HikariPool pool,
HikariConfig hikariConfig,
com.codahale.metrics.health.HealthCheckRegistry registry) |
Register Dropwizard health checks.
|
| Constructor | Description |
|---|---|
HikariPool(HikariConfig config) |
Construct a HikariPool with the specified configuration.
|
Copyright © 2017 Zaxxer.com. All Rights Reserved.