Expand description
Nested message and enum types in StreamDirectReadMessage.
Modules§
- from_
client - Nested message and enum types in
FromClient. - from_
server - Nested message and enum types in
FromServer. - init_
request - Nested message and enum types in
InitRequest.
Structs§
- Direct
Read Response - Messages that have been read directly from the partition node. It’s a response to StreamRead.ReadRequest
- From
Client - Client-server message for direct read session. InitRequest - command from client to create and start a direct read session. StartDirectReadPartitionSessionRequest - command from client to create and start a direct read partition session. Client signals it is ready to get data from partition. UpdateTokenRequest - request to update auth token
- From
Server - Server-client message for direct read session. InitResponse - correct handshake response. StartDirectReadPartitionSessionResponse - Response to StartDirectReadPartitionSessionRequest. DirectReadResponse - portion of message data. StopDirectReadPartitionSession - command from server to stop a direct read partition session. UpdateTokenResponse - acknowledgment of token update.
- Init
Request - Command from client to create and start a direct read session. Server should not send a response to the command.
- Init
Response - Response to the handshake.
- Start
Direct Read Partition Session Request - Command from client to create and start a direct read partition session.
- Start
Direct Read Partition Session Response - Signal for server that client is ready to receive data for partition.
- Stop
Direct Read Partition Session - Command from server to stop a direct read partition session. Client should not send a response to the command.