Module compactor

Module compactor 

Source
Expand description

High-level compaction orchestrator.

The Compactor coordinates snapshotting, stability monitoring, and pruning to manage metadata growth over time.

Structs§

CompactionConfig
Configuration for the compactor.
CompactionResult
Result of a compaction operation.
CompactionStats
Statistics about compaction operations.
Compactor
High-level compactor that orchestrates all compaction operations.
SnapshotConfigSerializable
Serializable version of SnapshotConfig.
StabilityConfigSerializable
Serializable version of StabilityConfig.

Enums§

CompactionError
Errors that can occur during compaction.