Class Region

java.lang.Object
org.terracotta.offheapstore.util.AATreeSet.AbstractTreeNode<Region>
org.terracotta.offheapstore.storage.allocator.Region
All Implemented Interfaces:
Comparable<Comparable<?>>, AATreeSet.Node<Region>

class Region extends AATreeSet.AbstractTreeNode<Region> implements Comparable<Comparable<?>>
Class that represents the regions held within this set.
  • Field Details

    • start

      private int start
    • end

      private int end
    • availableBitSet

      private int availableBitSet
  • Constructor Details

    • Region

      Region(int value)
    • Region

      Region(int start, int end)
      Creates a region containing the given range of values (inclusive).
    • Region

      Region(Region r)
      Create a shallow copy of a region.

      The new Region has NULL left and right children.

  • Method Details