Skip to main content

Module write

Module write 

Source
Expand description

Implementation of the write operator.

Structsยง

BatchUpdates ๐Ÿ”’
The payload of a coalesced WriteCommand::Batch.
State ๐Ÿ”’
State maintained by the write operator on the Timely thread.
WriteResponse ๐Ÿ”’
A response from the Tokio write task back to the Timely operator.

Enumsยง

WriteCommand ๐Ÿ”’
Commands sent from the Timely operator to the Tokio write task.

Functionsยง

apply_command ๐Ÿ”’
Apply a single command to the task state.
render
Render the write operator.