Structs

  • | Snapshots are kept in a doubly-linked list in | the DB. | | Each SnapshotImpl corresponds to a particular | sequence number.

Traits

  • | Abstract handle to particular state of a DB. | | A Snapshot is an immutable object and can | therefore be safely accessed from multiple | threads without any external synchronization.