| Package | Description |
|---|---|
| org.rapidoid.pool |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayPool<T> |
class |
SynchronizedArrayPool<T> |
class |
SynchronizedPool<T> |
class |
ThreadSafeArrayPool<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Pool<T> |
Pools.create(String name,
Callable<T> factory,
int capacity) |
| Constructor and Description |
|---|
SynchronizedPool(Pool<T> pool) |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.