| 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 |
FileHeader
This class represents a file header.
|
(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.
|
class |
PageHeader
This class represents a page header.
|
(package private) class |
TranslationPage
Class describing a page that holds translations from physical rowids
to logical rowids.
|
| Modifier and Type | Field and Description |
|---|---|
private BlockView |
BlockIo.view
A view on the BlockIo
|
| Modifier and Type | Method and Description |
|---|---|
BlockView |
BlockIo.getView() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockIo.setView(BlockView view)
Sets the current view of the block.
|