Uses of Class
org.terracotta.offheapstore.storage.allocator.PowerOfTwoAllocator.Packing

Packages that use PowerOfTwoAllocator.Packing
org.terracotta.offheapstore.storage.allocator   
 

Uses of PowerOfTwoAllocator.Packing in org.terracotta.offheapstore.storage.allocator
 

Methods in org.terracotta.offheapstore.storage.allocator that return PowerOfTwoAllocator.Packing
static PowerOfTwoAllocator.Packing PowerOfTwoAllocator.Packing.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PowerOfTwoAllocator.Packing[] PowerOfTwoAllocator.Packing.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.terracotta.offheapstore.storage.allocator with parameters of type PowerOfTwoAllocator.Packing
 int PowerOfTwoAllocator.allocate(int size, PowerOfTwoAllocator.Packing packing)
           
 int PowerOfTwoAllocator.find(int size, PowerOfTwoAllocator.Packing packing)
           
 



Copyright © 2016. All Rights Reserved.