Module persist::indexed::arrangement[][src]

Expand description

A persistent, compacting data structure containing indexed (Key, Value, Time, Diff) entries.

Structs

A persistent, compacting data structure containing indexed (Key, Value, Time, Diff) entries.

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 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 Arrangement.

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