4.2 Module classy_autocluster

A server responsible for automatic peer discovery.

4.2.1 Functions

candidates()
-spec candidates() -> {ok,
                       [{classy:cluster_id(), node()}]} |
                      ignore.

List candidates according to the selected strategy.

app_name()
-spec app_name() -> string().

Helper function that returns prefix of the local node name. E.g. 'foo@127.0.0.1' -> 'foo'.

disable()
-spec disable() -> ok.
enable()
-spec enable() -> ok.
JavaScript license information