public class ChunkedImageHeapPartition extends AbstractImageHeapLayouter.AbstractImageHeapPartition
| Modifier and Type | Method and Description |
|---|---|
long |
getEndOffset() |
long |
getSize()
Returns the size of the partition (i.e., the sum of all allocated objects + some overhead).
|
long |
getStartOffset()
Returns the offset at which this partition is allocated.
|
assign, getEndAlignment, getName, getObjects, getStartAlignment, isWritable, setEndAlignment, setStartAlignment, toStringpublic long getStartOffset()
ImageHeapPartitionpublic long getEndOffset()
public long getSize()
ImageHeapPartition