Behaviours: gen_server
.
add_call/2 | |
choose_node/0 | |
code_change/3 | |
find/2 | |
get/3 | |
get_metrics/0 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start_link/1 | |
terminate/2 |
add_call(Name::call_name(), Call::call()) -> ok
choose_node() -> node()
code_change(OldVsn, State, Extra) -> any()
find(Name::call_name(), Key::key()) -> {ok, pid()} | undefined
get(Name::call_name(), Key::key(), Args::[term()]) -> {ok, pid()} | {error, reason()}
get_metrics() -> [{node(), pos_integer()}]
handle_call(X1, From, Call) -> any()
handle_cast(X1, State) -> any()
handle_info(X1, State) -> any()
init(X1) -> any()
start_link(Nodes::[node()]) -> {ok, pid()} | {error, term()}
terminate(Reason, State) -> any()