Uses of Class
org.terracotta.offheapstore.storage.allocator.Region
Packages that use Region
-
Uses of Region in org.terracotta.offheapstore.storage.allocator
Subclasses with type arguments of type Region in org.terracotta.offheapstore.storage.allocatorModifier and TypeClassDescriptionclassAn augmented AA tree allocator with unusual alignment/allocation properties.(package private) classClass that represents the regions held within this set.Methods in org.terracotta.offheapstore.storage.allocator that return RegionModifier and TypeMethodDescriptionprivate RegionPowerOfTwoAllocator.findRegion(int size, PowerOfTwoAllocator.Packing packing) Find a region of the given size.Region.getPayload()PowerOfTwoAllocator.removeAndReturn(Object o) (package private) abstract RegionMethods in org.terracotta.offheapstore.storage.allocator that return types with arguments of type RegionModifier and TypeMethodDescription(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 RegionModifier and TypeMethodDescriptionprivate voidprivate voidInsert into the tree.voidMerge the supplied region into this region (if they are adjoining).(package private) abstract Regionprivate booleanprivate booleanbooleanMethod parameters in org.terracotta.offheapstore.storage.allocator with type arguments of type RegionModifier and TypeMethodDescription(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