Module stormpot

Class AllocationController<T extends Poolable>

java.lang.Object
stormpot.internal.AllocationController<T>
Type Parameters:
T - The type of poolables to allocate or deallocate.
Direct Known Subclasses:
DirectAllocationController, InlineAllocationController, ThreadedAllocationController

public abstract class AllocationController<T extends Poolable> extends Object
An AllocationController implements the actual allocation and deallocation of objects in a pool.
  • Constructor Details

    • AllocationController

      public AllocationController()
      Default constructor.