java.lang.Object
stormpot.internal.AllocationController<T>
- Type Parameters:
T- The type ofpoolablesto allocate or deallocate.
- Direct Known Subclasses:
DirectAllocationController,InlineAllocationController,ThreadedAllocationController
An AllocationController implements the actual allocation and deallocation of objects
in a pool.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AllocationController
public AllocationController()Default constructor.
-