Expand description

Isolated, consistent reads of previously written (Key, Value, Time, Diff) updates.

Structs

A consistent snapshot of all data currently stored for an id.

An Iterator representing one part of the data in an ArrangementSnapshot.

A consistent snapshot of the data that is currently physically in the trace bucket of a persistent crate::indexed::arrangement::Arrangement.

An Iterator representing one part of the data in a TraceSnapshot.

A consistent snapshot of the data that is currently physically in the unsealed bucket of a persistent crate::indexed::arrangement::Arrangement.

An Iterator representing one part of the data in a UnsealedSnapshot.

Traits

An isolated, consistent read of previously written (Key, Value, Time, Diff) updates.

A type that can be decoded as the K or V of a Snapshot.