Module message_passing

Module message_passing 

Source
Expand description

Message passing system for distributed clustering coordination

This module provides the messaging infrastructure for coordinating distributed clustering operations across multiple worker nodes.

Structs§

MessageEnvelope
Message envelope with metadata
MessagePassingConfig
Configuration for message passing system
MessagePassingCoordinator
Message passing coordinator for distributed clustering
SynchronizationBarrier
Synchronization barrier for coordinating worker phases

Enums§

ClusteringMessage
Message types for distributed clustering coordination
MessagePriority
Message priority levels
RecoveryStrategy
Recovery strategies for failed workers
WorkerStatus
Worker status for health monitoring