Class PagesAllocationRange
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.persistence.partstate.PagesAllocationRange
-
public class PagesAllocationRange extends Object
Range of pages allocated. Contains currently allocated page count and previously observed page count. May be used for tracking history of recent allocation for partition[partition, cacheId]
-
-
Constructor Summary
Constructors Constructor Description PagesAllocationRange(int lastAllocatedPageCnt, int currAllocatedPageCnt)Creates pages range
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrAllocatedPageCnt()intgetLastAllocatedPageCnt()StringtoString()
-