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ยง
- Checkpoint
Summary - Pipeline marker for
checkpoint_summary. - Row
- One stored row, ready to be put into the CF. The processor
pre-builds the typed
checkpoint_summary::Valueso the commit path is just aBatch::putper entry.