| Package | Description |
|---|---|
| jdbm.recman |
Core classes for managing persistent objects and processing transactions.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DataPage
Class describing a page that holds data.
|
(package private) class |
FreeLogicalRowIdPage
Class describing a page that holds logical rowids that were freed.
|
(package private) class |
FreePhysicalRowIdPage
Class describing a page that holds physical rowids that were freed.
|
(package private) class |
TranslationPage
Class describing a page that holds translations from physical rowids
to logical rowids.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static PageHeader |
PageHeader.getView(BlockIo blockIo)
Factory method to create or return a page header for the indicated block.
|