Skip to main content

Module object_store

Module object_store 

Source
Expand description

ObjectStoreBackend — durable partial-state storage backed by any object_store implementation (S3, GCS, Azure, LocalFileSystem).

epoch_complete(epoch, vnodes) performs a CAS-commit: if every vnode’s partial.bin is present, put(_COMMIT, Create) seals the epoch. The _COMMIT marker is the durability boundary the checkpoint coordinator consults before releasing sinks.

Structs§

ObjectStoreBackend
Object-store-backed StateBackend.