Uses of Interface
stormpot.Slot
Packages that use Slot
-
Uses of Slot in stormpot
Modifier and TypeFieldDescriptionprotected final SlotBasePoolable.slotTheSlotrepresenting this objects place in the pool.Modifier and TypeMethodDescriptionCreate a fresh new instance of T for the given slot.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.ModifierConstructorDescriptionBasePoolable(Slot slot) Build aBasePoolablefor the given slot.Create a pooled object for the given slot and object to be pooled. -
Uses of Slot in stormpot.internal
Classes in stormpot.internal that implement SlotModifier and TypeClassDescriptionclassclassBSlotPadded<T extends Poolable>ABSlottype with extra padding to ensure each slot is on their own CPU cache line.Methods in stormpot.internal with parameters of type Slot