Behaviours: lasp_peer_service.
| join/1 | Prepare node to join a cluster. |
| join/2 | Convert nodename to atom. |
| join/3 | Initiate join. |
| leave/0 | Leave the cluster. |
| manager/0 | Leave the cluster. |
| members/0 | Leave the cluster. |
| stop/0 | Stop node. |
| stop/1 | Stop node for a given reason. |
join(Node) -> any()
Prepare node to join a cluster.
join(NodeStr, Auto) -> any()
Convert nodename to atom.
join(Node, X2, Auto) -> any()
Initiate join. Nodes cannot join themselves.
leave() -> any()
Leave the cluster.
manager() -> any()
Leave the cluster.
members() -> any()
Leave the cluster.
stop() -> any()
Stop node.
stop(Reason) -> any()
Stop node for a given reason.
Generated by EDoc