Module stormpot

Class BSlotCachePadded<T extends Poolable>

java.lang.Object
stormpot.internal.BSlotCache<T>
stormpot.internal.BSlotCachePadded<T>
Type Parameters:
T - The concrete poolable type.

public class BSlotCachePadded<T extends Poolable> extends BSlotCache<T>
A reference to a BSlot, with extra padding to keep the pointer on its own cache line.
  • Constructor Details

    • BSlotCachePadded

      public BSlotCachePadded()
      Create a new, empty instance.