Uses of Class
org.terracotta.offheapstore.storage.allocator.Region
-
Packages that use Region Package Description org.terracotta.offheapstore.storage.allocator -
-
Uses of Region in org.terracotta.offheapstore.storage.allocator
Methods in org.terracotta.offheapstore.storage.allocator that return Region Modifier and Type Method Description RegionPowerOfTwoAllocator. find(java.lang.Object o)private RegionPowerOfTwoAllocator. findRegion(int size, PowerOfTwoAllocator.Packing packing)Find a region of the given size.RegionRegion. getPayload()RegionRegion. remove(Region r)RegionPowerOfTwoAllocator. removeAndReturn(java.lang.Object o)(package private) abstract RegionPowerOfTwoAllocator.Packing. slice(Region region, int size)Methods in org.terracotta.offheapstore.storage.allocator that return types with arguments of type Region Modifier and Type Method Description (package private) abstract AATreeSet.Node<Region>PowerOfTwoAllocator.Packing. fallback(AATreeSet.Node<Region> node)(package private) abstract AATreeSet.Node<Region>PowerOfTwoAllocator.Packing. prefered(AATreeSet.Node<Region> node)Methods in org.terracotta.offheapstore.storage.allocator with parameters of type Region Modifier and Type Method Description private voidPowerOfTwoAllocator. free(Region r)private voidPowerOfTwoAllocator. insert(Region x)Insert into the tree.voidRegion. merge(Region r)Merge the supplied region into this region (if they are adjoining).RegionRegion. remove(Region r)(package private) abstract RegionPowerOfTwoAllocator.Packing. slice(Region region, int size)private booleanPowerOfTwoAllocator. tryFree(Region r)private booleanPowerOfTwoAllocator. tryInsert(Region x)booleanRegion. tryMerge(Region r)Method parameters in org.terracotta.offheapstore.storage.allocator with type arguments of type Region Modifier and Type Method Description (package private) abstract AATreeSet.Node<Region>PowerOfTwoAllocator.Packing. fallback(AATreeSet.Node<Region> node)(package private) abstract AATreeSet.Node<Region>PowerOfTwoAllocator.Packing. prefered(AATreeSet.Node<Region> node)voidRegion. setLeft(AATreeSet.Node<Region> l)voidRegion. setRight(AATreeSet.Node<Region> r)voidRegion. swapPayload(AATreeSet.Node<Region> other)Constructors in org.terracotta.offheapstore.storage.allocator with parameters of type Region Constructor Description Region(Region r)Create a shallow copy of a region.
-