Current section

Files

Jump to
distribute include distribute@cluster_ClusterHealth.hrl
Raw

include/distribute@cluster_ClusterHealth.hrl

-record(cluster_health, {
self_node :: binary(),
is_distributed :: boolean(),
connected_nodes :: list(binary()),
connected_count :: integer(),
reachable_nodes :: list(binary()),
unreachable_nodes :: list(binary())
}).