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
- A command that starts exporting the given sink description
- A command that starts ingesting the given ingestion description
- Maintained state for partitioned storage clients.
- 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
- Commands related to the ingress and egress of collections.
- Responses that the storage nature of a worker/dataflow can provide back to the coordinator.
- __Field 🔒
- __Field 🔒
- __Field 🔒
- __Field 🔒
- __Field 🔒
- __Field 🔒
- __Field 🔒
- __Field 🔒
- __Field 🔒
Constants
Traits
- A trait that abstracts over user-facing statistics objects, used by
spawn_statistics_scraper
. - A client to a storage server.