Module command

Source
Expand description

Compute protocol commands.

Modules§

proto_compute_command
Nested message and enum types in ProtoComputeCommand.
proto_peek
Nested message and enum types in ProtoPeek.

Structs§

ComputeParameters
Compute instance configuration parameters.
InitialComputeParameters
Compute parameters supplied to new replicas as part of the Timely instantiation. Usually cannot be changed once set.
InstanceConfig
Configuration for a replica, passed with the CreateInstance. Replicas should halt if the controller attempt to reconcile them with different values for anything in this struct.
Peek
Peek a collection, either in an arrangement or Persist.
ProtoComputeCommand
ProtoComputeParameters
ProtoIndexTarget
ProtoInstanceConfig
ProtoPeek
ProtoPersistTarget
ProtoWorkloadClass

Enums§

ComputeCommand
Compute protocol commands, sent by the compute controller to replicas.
PeekTarget
Metadata specific to the peek variant.

Functions§

empty_otel_ctx 🔒