| Package | Description |
|---|---|
| stormpot |
Stormpot
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LifecycledResizablePool<T extends Poolable>
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlazePool<T extends Poolable>
BlazePool is a highly optimised
LifecycledResizablePool
implementation that consists of a queues of Poolable instances, the access
to which is made faster with clever use of ThreadLocals. |
class |
QueuePool<T extends Poolable>
QueuePool is a fairly simple
LifecycledResizablePool implementation
that basically consists of a queue of Poolable instances, and a Thread to
allocate them. |
Copyright © 2011-2014–2015. All rights reserved.