Uses of Class
stormpot.internal.AllocationProcess
Packages that use AllocationProcess
-
Uses of AllocationProcess in stormpot.internal
Methods in stormpot.internal that return AllocationProcessModifier and TypeMethodDescriptionstatic AllocationProcessAllocationProcess.direct()Create an allocation process where all the pooled objects are given up-front.static AllocationProcessAllocationProcess.inline()Create an allocation process where all allocation and deallocation is performed in-line with the claim calls.static AllocationProcessAllocationProcess.threaded()Create an allocation process that create pool controllers that use dedicated background threads.Constructors in stormpot.internal with parameters of type AllocationProcessModifierConstructorDescriptionBlazePool(PoolBuilderImpl<T> builder, AllocationProcess factory) Construct a new BlazePool instance based on the givenPoolBuilder.PoolBuilderImpl(AllocationProcess allocationProcess, Allocator<T> allocator) Build a new emptyPoolBuilderobject.