| 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 | Method and Description |
|---|---|
TrackedFileSummary |
BaseUtilizationTracker.getTrackedFile(long fileNum)
Returns one file from the snapshot of tracked files, or null if the
given file number is not in the snapshot array.
|
TrackedFileSummary |
UtilizationTracker.getUnflushableTrackedSummary(long fileNum)
Returns a tracked summary for the given file which will not be flushed.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TrackedFileSummary> |
BaseUtilizationTracker.getTrackedFiles()
Returns a snapshot of the files being tracked as of the last time a
log entry was added.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UtilizationProfile.flushFileUtilization(Collection<TrackedFileSummary> activeFiles)
Flush a FileSummaryLN node for each given TrackedFileSummary.
|
| Modifier and Type | Method and Description |
|---|---|
TrackedFileSummary |
LogManager.getUnflushableTrackedSummary(long file)
Returns a tracked summary for the given file which will not be flushed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogManager.removeTrackedFile(TrackedFileSummary tfs)
Removes the tracked summary for the given file.
|
| Modifier and Type | Method and Description |
|---|---|
TrackedFileSummary |
FileSummaryLN.getTrackedSummary()
Returns the tracked summary, or null if setTrackedSummary was not
called.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSummaryLN.setTrackedSummary(TrackedFileSummary trackedSummary)
Sets the live summary object that will be added to the base summary at
the time the LN is logged.
|
Copyright © 2024. All rights reserved.