Skip to main content

Module storage

Module storage 

Source

Structs§

DiscoveredChangeset
A discovered changeset from S3 listing.

Enums§

ChangesetKind
Which format: physical (.hadbp) or journal (.hadbj).

Constants§

GENERATION_INCREMENTAL
Generation 0 = live incremental changesets.
GENERATION_SNAPSHOT
Generation 1+ = snapshots (full database as pages).

Functions§

discover_after
Discover incremental changesets after a given sequence number.
discover_latest_snapshot
Discover the latest snapshot changeset (if any).
download_physical
Download and decode a physical changeset.
format_key
Format an S3 key for a changeset.
upload_physical
Upload a physical changeset as an incremental.
upload_physical_snapshot
Upload a physical changeset as a snapshot.