Expand description
Unified checkpoint manifest types Versioned checkpoint manifest.
Structs§
- Byte
Range - A byte range within an immutable node data object.
- Channel
Progress - Watermark and idleness state for one stable input channel.
- Checkpoint
Manifest - A point-in-time snapshot of one participant’s pipeline state.
- Connector
Checkpoint - Connector-owned offset map stored at the exact checkpoint cut.
- Manifest
Validation Error - Errors found during manifest validation.
- Node
Data Object - The one data object written by this participant for this checkpoint.
- Pipeline
Identity - SHA-256 identity of the logical pipeline and recovery-state ABI.
- Prepared
Sink Artifact Intent - Recovery evidence persisted before a checkpoint-committable sink may write.
- Prepared
Sink Descriptor - Opaque phase-one sink descriptor stored in the current node data object.
- Referenced
State Chunk - Metadata and exact logical reference count for an older immutable object.
- State
Chunk Id - Stable identity of one immutable node data object.
- State
Frame - A checksummed state payload in the current or a prior node data object.
Enums§
- State
Frame Key - State-frame identity. Whole-operator metadata and vnode-keyed state are distinct.
Constants§
- CHECKPOINT_
MANIFEST_ VERSION - Current checkpoint manifest format. Every other version is rejected.
- PIPELINE_
IDENTITY_ VERSION - Canonical pipeline-identity payload version.
- PREPARED_
SINK_ DESCRIPTOR_ VERSION - Runtime envelope used for prepared sink descriptors.
Functions§
- checkpoint_
artifact_ intent_ sha256 - SHA-256 for one optional sink artifact intent.
- checkpoint_
descriptor_ sha256 - Domain-separated digest for an optional prepared sink descriptor.
- checkpoint_
sha256 - SHA-256 helper used by capture and focused format tests.