- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractPersistentPageStore.PersistedPage
,PageWindowManager.FileWindow
Information about a page persisted in an
IPersistentPageStore
.
Note: This is not an actual page but a representation with essential information only.
-
Method Summary
Modifier and TypeMethodDescriptionint
Id of page.Size of page.Type of page.
-
Method Details
-
getPageId
int getPageId()Id of page. -
getPageSize
Size of page. -
getPageType
Type of page.
-