Krug.ClusterUtil (Krug v1.1.45) View Source

Utilitary module to handle cluster nodes operations

Link to this section Summary

Functions

Connect the local node to a list of other nodes by their IP's "cluster_ips". Return a list (of atom) containing the sucessfully connected nodes.

Link to this section Functions

Link to this function

connect_nodes(connected_nodes, cluster_name, cluster_ips, connection_timeout)

View Source

Connect the local node to a list of other nodes by their IP's "cluster_ips". Return a list (of atom) containing the sucessfully connected nodes.

Link to this function

connect_nodes2(connected_nodes, cluster_nodes, connection_timeout)

View Source