Behaviours: gen_server.
| clear_all_tables/0 | |
| nodes/0 | |
| start_link/0 | Starts the server. |
| status/0 |
clear_all_tables() -> any()
nodes() -> any()
start_link() -> {ok, Pid} | ignore | {error, Error}
Starts the server
status() -> any()
Generated by EDoc, Jul 14 2022, 10:35:43.