| Package | Description |
|---|---|
| org.vibur.objectpool | |
| org.vibur.objectpool.reducer |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentLinkedPool<T>
An object pool based on a
ConcurrentLinkedQueue guarded by a Semaphore. |
| Constructor and Description |
|---|
SamplingPoolReducer(PoolService<T> poolService,
long timeInterval,
TimeUnit unit,
int samples)
|
Copyright © 2013-2016 vibur.org. All Rights Reserved.