程序包 | 说明 |
---|---|
com.jolbox.bonecp |
The core package for the BoneCP connection pool.
|
jsr166y |
限定符和类型 | 类和说明 |
---|---|
class |
BoundedLinkedTransferQueue<E>
A bounded version of linkedTransferQueue.
|
class |
LIFOQueue<E>
An implementation that uses LinkedBlockingDeque internally to hide the difference between
this version and a BoundedLinkedTransferQueue (when used in FIFO mode).
|
限定符和类型 | 字段和说明 |
---|---|
private TransferQueue<ConnectionHandle> |
ConnectionPartition.freeConnections
Connections available to be taken
|
限定符和类型 | 方法和说明 |
---|---|
protected TransferQueue<ConnectionHandle> |
ConnectionPartition.getFreeConnections() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
ConnectionPartition.setFreeConnections(TransferQueue<ConnectionHandle> freeConnections) |
限定符和类型 | 类和说明 |
---|---|
class |
LinkedTransferQueue<E>
An unbounded
TransferQueue based on linked nodes. |