Module mz_persist_client::read
source · Expand description
Read capabilities and handles
Structs§
- An incremental cursor through a particular shard, returned from ReadHandle::snapshot_cursor.
- Aggregate statistics about data contained in a part.
- An opaque identifier for a reader of a persist durable TVC (aka shard).
- An ongoing subscription of updates to a shard.
- A “capability” granting the ability to read the state of some shard at times greater or equal to
self.since()
. - Wrapper for Antichain that represents a Since
- Capable of generating a snapshot of all data at
as_of
, followed by a listen of all updates. - State for a read handle that has not been explicitly expired.
Enums§
- Data and progress events of a shard subscription.
Constants§
- Length of time after a reader’s last operation after which the reader may be expired.