Expand description
Checkpoint persistence and object store integration.
Re-exports§
pub use checkpoint_manifest::CheckpointManifest;pub use checkpoint_manifest::ConnectorCheckpoint;pub use checkpoint_manifest::OperatorCheckpoint;pub use checkpoint_store::CheckpointStore;pub use checkpoint_store::CheckpointStoreError;pub use checkpoint_store::FileSystemCheckpointStore;pub use checkpoint_store::ObjectStoreCheckpointStore;pub use checkpoint_store::RecoveryReport;pub use checkpoint_store::ValidationIssue;pub use checkpoint_store::ValidationResult;
Modules§
- checkpoint_
manifest - Unified checkpoint manifest types Checkpoint manifest types.
- checkpoint_
store - Checkpoint persistence trait and filesystem/object store implementations
Checkpoint persistence via the
CheckpointStoretrait. - object_
store_ builder - Object store factory — builds S3, GCS, Azure, or local backends from URL schemes.
Factory for building
ObjectStoreinstances from URL schemes.