Expand description
The mesh agent actor that manages a host.
Structs§
- Drain
Host - Drain user procs on this host but keep the host, service proc, and networking alive. Used during mesh stop/shutdown so that forwarder flushes can still reach remote hosts.
- GetHost
Proc States - Query the state of a proc mesh’s procs, cast to the host agents backing that
mesh. The caller casts ONE of these carrying the queried
region(the mesh may be sliced, so the region need not be a dense0..n). The cast reaches every routing host, but each rank’s proc lives on exactly one host, so eachHostAgentthat owns at least one selected proc reports those procs in a single batch. Hosts that own no selected procs do not reply. - GetLocal
Proc - Boot the ProcAgent on the host’s local proc (LP-1).
- Host
Agent - Proc
State - SetClient
Config - Push client configuration overrides to this host agent’s process.
- Shutdown
Host - Spawn
Procs - Cast to every HostAgent to spawn a mesh’s per-host proc slots in one message.
Identity is positional: each recipient derives its procs’ ids/ranks from its
stamped
rankplusproc_mesh_id/num_per_host, since a shared cast payload can’t carry a per-hostid(unlikeCreateOrUpdate).
Enums§
- Host
Agent Mode - Represents the different ways a
Hostcan be managed by an agent.
Constants§
- HOST_
MESH_ AGENT_ ACTOR_ NAME - Actor name used when spawning the host mesh agent on the system proc.
Traits§
- Drain
Host Client - The custom client trait for this message type.
- Drain
Host Handler - The custom handler trait for this message type.
- GetLocal
Proc Client - The custom client trait for this message type.
- GetLocal
Proc Handler - The custom handler trait for this message type.
- SetClient
Config Client - The custom client trait for this message type.
- SetClient
Config Handler - The custom handler trait for this message type.
- Shutdown
Host Client - The custom client trait for this message type.
- Shutdown
Host Handler - The custom handler trait for this message type.
- Spawn
Procs Client - The custom client trait for this message type.
- Spawn
Procs Handler - The custom handler trait for this message type.