Class UpfrontAllocatingPageSource.AllocatedRegion

java.lang.Object
org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource.AllocatedRegion
Enclosing class:
UpfrontAllocatingPageSource

static class UpfrontAllocatingPageSource.AllocatedRegion extends Object
  • Field Details

    • address

      private final int address
    • size

      private final int size
  • Constructor Details

    • AllocatedRegion

      AllocatedRegion(int address, int size)