[][src]Module libfrugalos::repair

Definitions related to repair functionality.

Structs

RepairConcurrencyLimit

The maximum number of threads to execute repairing.

RepairConfig

Configuration of frugalos_segment's repair functionality. If a field is None, that field will remain unchanged. If a field is Some(val), that field will change to val.

SegmentGcConcurrencyLimit

The maximum number of threads to execute segment_gc.

Enums

RepairIdleness

A value that eventually goes into Synchronizer::repair_idleness_threshold.