| Package | Description |
|---|---|
| com.zaxxer.hikari.pool | |
| com.zaxxer.hikari.util |
| Modifier and Type | Class and Description |
|---|---|
class |
PoolBagEntry
Entry used in the ConcurrentBag to track Connection instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentBag<T extends ConcurrentBag.IConcurrentBagEntry>
This is a specialized concurrent bag that achieves superior performance
to LinkedBlockingQueue and LinkedTransferQueue for the purposes of a
connection pool.
|
Copyright © 2017 Zaxxer.com. All rights reserved.