| 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 |
|---|---|
void |
UtilizationProfile.flushLocalTracker(LocalUtilizationTracker localTracker)
Count the given locally tracked info as obsolete and then log the file
info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogManager.transferToUtilizationTracker(LocalUtilizationTracker localTracker) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BIN.compress(boolean compressDirtySlots,
LocalUtilizationTracker localTracker)
Compress a full BIN by removing any slots that are deleted or expired.
|
Copyright © 2024. All rights reserved.