| Package | Description |
|---|---|
| org.vibur.objectpool |
| Constructor and Description |
|---|
ConcurrentLinkedPool(PoolObjectFactory<T> poolObjectFactory,
int initialSize,
int maxSize,
boolean fair)
Creates a new
ConcurrentLinkedPool with the given
PoolObjectFactory, initial and max sizes, fairness setting. |
ConcurrentLinkedPool(PoolObjectFactory<T> poolObjectFactory,
int initialSize,
int maxSize,
boolean fair,
Listener<T> listener)
Creates a new
ConcurrentLinkedPool with the given
PoolObjectFactory, initial and max sizes, fairness setting. |
Copyright © 2013-2016 vibur.org. All Rights Reserved.