Skip to main content

Module server

Module server 

Source
Expand description

An interactive dataflow server.

Structsยง

CommandReceiver ๐Ÿ”’
Endpoint used by workers to receive compute commands.
ComputeInstanceContext
Caller-provided configuration for compute.
Config ๐Ÿ”’
Configures the server with compute-specific metrics.
NonceChange ๐Ÿ”’
Error type returned on connection nonce changes.
ResponseSender ๐Ÿ”’
Endpoint used by workers to send sending compute responses.
Worker ๐Ÿ”’
State maintained for each worker thread.

Enumsยง

ComputeRuntimeRole
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 ClusterClient and Worker channels.

Type Aliasesยง

StorageTimelyLogReader ๐Ÿ”’
Type alias for the storage timely log reader.