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