Module fragment

Module fragment 

Source
Expand description

In-memory index of fragments held by a Pouch.

The FragmentIndex is rebuilt at daemon startup by scanning the on-disk fragments/ directory and is kept in sync with every store/remove operation.

Structs§

FragmentIndex
In-memory index: chunk_id → Vec<FragmentMeta>.
FragmentMeta
Lightweight record of a single fragment stored on disk.