| Package | Description |
|---|---|
| stormpot |
Stormpot
|
| Modifier and Type | Method and Description |
|---|---|
T |
Allocator.allocate(Slot slot)
Create a fresh new instance of T for the given slot.
|
T |
Reallocator.reallocate(Slot slot,
T poolable)
Possibly reallocate the given instance of T for the given slot, and
return it if the reallocation was successful, or a fresh replacement if
the instance could not be reallocated.
|
Copyright © 2011-2014–2015. All rights reserved.