Uses of Class
org.terracotta.offheapstore.disk.storage.Region
Packages that use Region
-
Uses of Region in org.terracotta.offheapstore.disk.storage
Subclasses with type arguments of type Region in org.terracotta.offheapstore.disk.storageModifier and TypeClassDescriptionclassAn augmented AA tree based allocator.(package private) classClass that represents the regions held within this set.Methods in org.terracotta.offheapstore.disk.storage that return RegionModifier and TypeMethodDescriptionprivate RegionAATreeFileAllocator.find(long size) Find a region of the given size.Region.getPayload()AATreeFileAllocator.removeAndReturn(Object o) Methods in org.terracotta.offheapstore.disk.storage with parameters of type RegionModifier and TypeMethodDescriptionprivate voidprivate voidprivate voidvoidMerge the supplied region into this region (if they are adjoining).(package private) voidAATreeFileAllocator.persist(DataOutput output, Region r) Method parameters in org.terracotta.offheapstore.disk.storage with type arguments of type RegionModifier and TypeMethodDescriptionvoidRegion.setLeft(AATreeSet.Node<Region> l) voidRegion.setRight(AATreeSet.Node<Region> r) voidRegion.swapPayload(AATreeSet.Node<Region> other) Constructors in org.terracotta.offheapstore.disk.storage with parameters of type Region