Module checkpoint::storage [] [src]

Structs

FileStorage

Provides checkpoint storage via the file system.

MemoryStorage

Provides in-memory checkpoint storage.

Traits

CommittedCheckpoint

The CommittedCheckpoint trait allows checkpoint data to be retrieved from the storage backing a checkpoint object.

Storage

The Storage trait allows checkpoints to be created, committed, loaded, and removed from the underlying storage medium.

UncommittedCheckpoint

The UncommittedCheckpoint trait allows checkpoint data to be modified and retrieved from the storage backing a checkpoint object.