| Interface | Description |
|---|---|
| HikariPoolMBean |
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.
|
| GlobalPoolLock |
This class implements a lock that can be used to suspend and resume the pool.
|
| HikariMBeanElf |
Helper class to register our MBeans.
|
| PoolBagEntry |
Entry used in the ConcurrentBag to track Connection instances.
|
| PoolUtilities |
Copyright © 2015 Zaxxer.com. All Rights Reserved.