| Package | Description |
|---|---|
| com.sleepycat.je.cleaner |
INTERNAL: disk garbage collection.
|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| Modifier and Type | Method and Description |
|---|---|
ExpirationTracker |
FileProcessor.countExpiration(long fileNum)
Calculates expired bytes without performing any migration or other side
effects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpirationProfile.addCompletedTracker(ExpirationTracker tracker)
Called after a file flip.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogManager.initExpirationTracker(ExpirationTracker tracker)
Called at the end of recovery to begin expiration tracking using the
given tracker.
|
| Constructor and Description |
|---|
CleanerFileReader(EnvironmentImpl env,
int readBufferSize,
long startLsn,
Long fileNum,
FileSummary fileSummary,
INSummary inSummary,
ExpirationTracker expTracker)
Create this reader to start at a given LSN.
|
Copyright © 2024. All rights reserved.