| Package | Description |
|---|---|
| jdbm.recman |
Core classes for managing persistent objects and processing transactions.
|
| Modifier and Type | Field and Description |
|---|---|
private PageManager |
LogicalRowIdManager.pageManager |
private PageManager |
FreeLogicalRowIdPageManager.pageManager
our page manager
|
protected PageManager |
FreePhysicalRowIdPageManager.pageManager |
private PageManager |
PhysicalRowIdManager.pageManager
The page manager
|
(package private) PageManager |
PageCursor.pageManager
The PageManager
|
private PageManager |
BaseRecordManager.pageMgr
Page manager.
|
| Constructor and Description |
|---|
FreeLogicalRowIdPageManager(PageManager pageManager)
Creates a new instance using the indicated record file and
page manager.
|
FreePhysicalRowIdPageManager(PageManager pageManager)
Creates a new instance using the indicated record recordFile and page manager.
|
LogicalRowIdManager(PageManager pageManager)
Creates a log rowid manager using the indicated record recordFile and
page manager
|
PageCursor(PageManager pageManager,
long blockId)
Constructs a page cursor that starts at the indicated block.
|
PageCursor(PageManager pageManager,
short type)
Constructs a page cursor that starts at the first block of the
indicated list.
|
PhysicalRowIdManager(PageManager pageManager)
Creates a new rowid manager using the indicated record file.
|