| Package | Description |
|---|---|
| jdbm.recman |
Core classes for managing persistent objects and processing transactions.
|
| Modifier and Type | Field and Description |
|---|---|
private RecordFile |
PhysicalRowIdManager.file
The file we're talking to and the associated page manager.
|
private RecordFile |
TransactionManager.owner |
private RecordFile |
LogicalRowIdManager.recordFile |
private RecordFile |
PageManager.recordFile
our record recordFile
|
private RecordFile |
FreeLogicalRowIdPageManager.recordFile
our record recordFile
|
protected RecordFile |
FreePhysicalRowIdPageManager.recordFile |
private RecordFile |
BaseRecordManager.recordFile
Underlying record recordFile.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) RecordFile |
PageManager.getRecordFile() |
| Constructor and Description |
|---|
PageManager(RecordFile recordFile)
Creates a new page manager using the indicated record recordFile.
|
TransactionManager(RecordFile owner)
Instantiates a transaction manager instance.
|