classy_autocluster ¶A server responsible for automatic peer discovery.
-spec candidates() -> {ok,
[{classy:cluster_id(), node()}]} |
ignore.
List candidates according to the selected strategy.
-spec app_name() -> string().
Helper function that returns prefix of the local node name.
E.g. 'foo@127.0.0.1' -> 'foo'.
-spec disable() -> ok.
-spec enable() -> ok.