Uses of Enum Class
org.terracotta.offheapstore.storage.allocator.PowerOfTwoAllocator.Packing
Packages that use PowerOfTwoAllocator.Packing
-
Uses of PowerOfTwoAllocator.Packing in org.terracotta.offheapstore.storage.allocator
Subclasses with type arguments of type PowerOfTwoAllocator.Packing in org.terracotta.offheapstore.storage.allocatorMethods in org.terracotta.offheapstore.storage.allocator that return PowerOfTwoAllocator.PackingModifier and TypeMethodDescriptionstatic PowerOfTwoAllocator.PackingReturns the enum constant of this class with the specified name.static PowerOfTwoAllocator.Packing[]PowerOfTwoAllocator.Packing.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.terracotta.offheapstore.storage.allocator with parameters of type PowerOfTwoAllocator.PackingModifier and TypeMethodDescriptionintPowerOfTwoAllocator.allocate(int size, PowerOfTwoAllocator.Packing packing) intPowerOfTwoAllocator.find(int size, PowerOfTwoAllocator.Packing packing) private RegionPowerOfTwoAllocator.findRegion(int size, PowerOfTwoAllocator.Packing packing) Find a region of the given size.