Class RootPage
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.persistence.RootPage
-
public class RootPage extends Object
-
-
Constructor Summary
Constructors Constructor Description RootPage(FullPageId pageId, boolean allocated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllocated()FullPageIdpageId()StringtoString()
-
-
-
Constructor Detail
-
RootPage
public RootPage(FullPageId pageId, boolean allocated)
- Parameters:
pageId- Page ID.allocated-Trueif was allocated new page.
-
-
Method Detail
-
pageId
public FullPageId pageId()
- Returns:
- Page ID.
-
isAllocated
public boolean isAllocated()
- Returns:
Trueif was allocated.
-
-