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