Module checkpoint_summary

Module checkpoint_summary 

Source
Expand description

Sequential pipeline that populates the schema::checkpoint_summary CF: one row per checkpoint carrying the BCS-encoded CheckpointSummary and its quorum signature.

Structsยง

CheckpointSummary
Pipeline marker for checkpoint_summary.
Row
One stored row, ready to be put into the CF. The processor pre-builds the typed checkpoint_summary::Value so the commit path is just a Batch::put per entry.