| Interface | Description |
|---|---|
| HikariPoolMXBean |
The javax.management MBean for a Hikiri pool instance.
|
| Class | Description |
|---|---|
| BaseHikariPool |
This is the primary connection pool class that provides the basic
pooling behavior for HikariCP.
|
| HikariMBeanElf |
Helper class to register our MBeans.
|
| LeakTask |
A Runnable that is scheduled in the future to report leaks.
|
| PoolBagEntry |
Entry used in the ConcurrentBag to track Connection instances.
|
| PoolUtilities |
| Exception | Description |
|---|---|
| PoolInitializationException |
A custom exception thrown if pool initialization fails.
|
Copyright © 2016 Zaxxer.com. All Rights Reserved.