| 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.
|
| com.sleepycat.je.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TrackedFileSummary
Delta file summary info for a tracked file.
|
| Modifier and Type | Method and Description |
|---|---|
FileSummary |
FileSummary.clone() |
FileSummary |
UtilizationProfile.getFileSummary(Long file)
Gets the base summary from the cached map.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<Long,FileSummary> |
UtilizationProfile.getFileSummaryMap(boolean includeTrackedFiles)
Returns a copy of the current file summary map, optionally including
tracked summary information, for use by the DbSpace utility and by unit
tests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSummary.add(FileSummary o)
Add the totals of the given summary object to the totals of this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Long,FileSummary> |
UtilizationFileReader.calcFileSummaryMap(EnvironmentImpl envImpl)
Creates a UtilizationReader, reads the log, and returns the resulting
Map of Long file number to FileSummary.
|
static Map<Long,FileSummary> |
UtilizationFileReader.calcFileSummaryMap(EnvironmentImpl envImpl,
long startLsn,
long finishLsn) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
FileSummary |
FileSummaryLN.getBaseSummary()
Returns the base summary for the file that is stored in the LN.
|
| Constructor and Description |
|---|
FileSummaryLN(FileSummary baseSummary)
Creates a new LN with a given base summary.
|
Copyright © 2024. All rights reserved.