| Package | Description |
|---|---|
| com.sleepycat.je.cleaner |
INTERNAL: disk garbage collection.
|
| com.sleepycat.je.incomp |
INTERNAL: IN compressor performs background deletion of defunct IN slots
and deletes empty INs.
|
| com.sleepycat.je.recovery |
INTERNAL: Performs recovery/startup processing during Environment open, and
checkpoints to bound recovery time.
|
| com.sleepycat.je.statcap |
INTERNAL: Statistics capture and output to je.stat.csv file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileProcessor
Reads all entries in a log file and either determines them to be obsolete or
active.
|
| Modifier and Type | Class and Description |
|---|---|
class |
INCompressor
JE compression consists of removing BIN slots for deleted and expired
records, and pruning empty IN/BINs from the tree which is also called a
reverse split.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Checkpointer
The Checkpointer looks through the tree for internal nodes that must be
flushed to the log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatCapture |
Copyright © 2024. All rights reserved.