Expand description
An interactive dataflow server.
Structsยง
- Command
Receiver ๐ - Endpoint used by workers to receive compute commands.
- Compute
Instance Context - Caller-provided configuration for compute.
- Config ๐
- Configures the server with compute-specific metrics.
- Nonce
Change ๐ - Error type returned on connection nonce changes.
- Response
Sender ๐ - Endpoint used by workers to send sending compute responses.
- Worker ๐
- State maintained for each worker thread.
Enumsยง
- Compute
Runtime Role - Which of a processโs compute runtimes a given runtime is.
Functionsยง
- serve
- Initiates a timely dataflow computation, processing compute commands.
- set_
core_ ๐affinity - Set the current threadโs core affinity, based on the given
worker_id. - spawn_
channel_ ๐adapter - Spawn a task to bridge between
ClusterClientandWorkerchannels.
Type Aliasesยง
- Storage
Timely ๐LogReader - Type alias for the storage timely log reader.