| 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 | Method and Description |
|---|---|
void |
ExpirationProfile.populateCache(StartupTracker.Counter counter,
ProgressListener<RecoveryProgress> listener)
Called at the end of recovery to open the expiration DB, and cache its
records in the profile's map.
|
void |
UtilizationProfile.populateCache(StartupTracker.Counter counter,
RecoveryInfo recoveryInfo)
Populate the profile for file selection.
|
| Modifier and Type | Method and Description |
|---|---|
StartupTracker.Counter |
StartupTracker.getCounter(StartupTracker.Phase phase)
Return the counter for this phase so we can update one of the detail
values stored there.
|
Copyright © 2024. All rights reserved.