Module mz_storage_client::client
source · Expand description
The public API of the storage layer.
Modules§
- Generated client implementations.
- Nested message and enum types in
ProtoStorageCommand
. - Nested message and enum types in
ProtoStorageResponse
. - Generated server implementations.
Structs§
- Maintained state for partitioned storage clients.
- A command that starts ingesting the given ingestion description
- A command that starts exporting the given sink description
- A source or sink status update.
- A batch of updates to be fed to a local input; however, the input must determine the most appropriate timestamps to use.
- A batch of updates to be fed to a local input
Enums§
- An update to an append only collection.
- A “kind” enum for statuses tracked by the health operator
- Commands related to the ingress and egress of collections.
- Responses that the storage nature of a worker/dataflow can provide back to the coordinator.
Traits§
- A client to a storage server.