| Package | Description |
|---|---|
| org.vibur.objectpool | |
| org.vibur.objectpool.util |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentLinkedDequeCollection<T>
A
ConcurrentLinkedDeque based implementation of ConcurrentCollection. |
class |
ConcurrentLinkedQueueCollection<T>
A
ConcurrentLinkedQueue based implementation of ConcurrentCollection. |
class |
ConcurrentStackCollection<T>
A
ConcurrentStack based implementation of ConcurrentCollection. |
class |
MultithreadConcurrentQueueCollection<T>
A
MultithreadConcurrentQueue based implementation of ConcurrentCollection. |
Copyright © 2013-2019 vibur.org. All Rights Reserved.