Module mz_compute_client::protocol::response
source · Expand description
Compute protocol responses.
Modules§
- Nested message and enum types in
ProtoComputeResponse
. - Nested message and enum types in
ProtoCopyToResponse
. - Nested message and enum types in
ProtoPeekResponse
. - Nested message and enum types in
ProtoStatusResponse
. - Nested message and enum types in
ProtoSubscribeBatch
. - Nested message and enum types in
ProtoSubscribeResponse
.
Structs§
- A response reporting advancement of frontiers of a compute collection.
- An update about the hydration status of a set of dataflow operators.
- A batch of updates for the interval
[lower, upper)
.
Enums§
- Compute protocol responses, sent by replicas to the compute controller.
- Various responses that can be communicated after a COPY TO command.
- The response from a
Peek
. - Status updates replicas can report to the controller.
- Various responses that can be communicated about the progress of a SUBSCRIBE command.