| Package | Description |
|---|---|
| com.sleepycat.je.cleaner |
INTERNAL: disk garbage collection.
|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalUtilizationTracker
Accumulates changes to the utilization profile locally in a single thread.
|
class |
RecoveryUtilizationTracker
Accumulates changes to the utilization profile during recovery.
|
class |
UtilizationTracker
Tracks changes to the utilization profile since the last checkpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseImpl.countObsoleteOldVersionDb(BaseUtilizationTracker tracker,
long mapLnLsn)
When an old version (version LT 16) MapLN deletion is replayed by
recovery, we must count it obsolete using the DbFileSummary metadata
that was maintained in this older version.
|
Copyright © 2024. All rights reserved.