| Package | Description |
|---|---|
| jdbm.recman |
Core classes for managing persistent objects and processing transactions.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FreePhysicalRowId
This class extends the physical rowid with a size value to indicate
the size of a free rowid on the free rowid list.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) PhysicalRowId[] |
FreeLogicalRowIdPage.slots |
(package private) PhysicalRowId[] |
TranslationPage.slots
The table of PhysicalRowId
|
| Modifier and Type | Method and Description |
|---|---|
(package private) PhysicalRowId |
FreeLogicalRowIdPage.alloc(int slot)
Allocates a slot
|
(package private) PhysicalRowId |
FreeLogicalRowIdPage.get(int slot)
Returns the value of the indicated slot
|
(package private) PhysicalRowId |
TranslationPage.get(short offset)
Returns the value of the indicated rowid on the page
|
| Constructor and Description |
|---|
Location(PhysicalRowId physicalRowId)
Creates a location based on the data of the physical rowid.
|