|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransferQueue | |
|---|---|
| com.jolbox.bonecp | The core package for the BoneCP connection pool. |
| jsr166y | |
| Uses of TransferQueue in com.jolbox.bonecp |
|---|
| Classes in com.jolbox.bonecp that implement TransferQueue | |
|---|---|
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). |
| Methods in com.jolbox.bonecp that return TransferQueue | |
|---|---|
protected TransferQueue<ConnectionHandle> |
ConnectionPartition.getFreeConnections()
|
| Methods in com.jolbox.bonecp with parameters of type TransferQueue | |
|---|---|
protected void |
ConnectionPartition.setFreeConnections(TransferQueue<ConnectionHandle> freeConnections)
|
| Uses of TransferQueue in jsr166y |
|---|
| Classes in jsr166y that implement TransferQueue | |
|---|---|
class |
LinkedTransferQueue<E>
An unbounded TransferQueue based on linked nodes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||