Expand description
Interfaces for reading txn shards as well as data shards.
Structs§
- Cancels an in-flight wait command when dropped, unless the given
tx
is yanked before that. - A mapping between the physical upper of a data shard and the largest upper which is known to logically have the same contents.
- A token exchangeable for a data shard snapshot.
- Keeps track of a
DataRemapEntry
for sharddata_id
. - An active subscription of
DataRemapEntry
s for a data shard. - A pending “wait” notification that we will complete once the frontier advances far enough.
- A shared TxnsCache running in a task and communicated with over a channel.
- Reads txn updates from a Subscribe and forwards them to a TxnsReadTask when receiving a progress update.
Enums§
- The next action to take in a data shard
Listen
. - WaitTs 🔒