join

abstract fun join(addr: Address?): DSNeighbours?

Joins a node to the distributed system.

Return

The neighbours of the joined node.

Parameters

addr

The address of the node to join.

Throws

If a remote access error occurs.