Skip to main content

Module node_registry

Module node_registry 

Source
Expand description

Node registry for cluster membership management.

Tracks all known nodes in the distributed cluster, their capabilities, roles, and current status. Provides efficient lookup, filtering by role, and node lifecycle management.

Structs§

NodeInfo
Information about a registered cluster node.
NodeRegistry
Central registry of all cluster nodes.

Enums§

NodeRole
The role a node plays in the cluster.
NodeStatus
Operational status of a registered node.