| Package | Description |
|---|---|
| org.vibur.objectpool | |
| org.vibur.objectpool.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PoolService<T>
Defines the object pool operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentPool<T>
An object pool based on a
ConcurrentCollection guarded by a Semaphore. |
| Constructor and Description |
|---|
SamplingPoolReducer(BasePool pool,
long timeInterval,
TimeUnit unit,
int samples)
|
Copyright © 2013-2019 vibur.org. All Rights Reserved.