Copyright © 2011-2016 Michael Truog
Version: 1.5.2 Mar 28 2017 19:21:39 ------------------------------------------------------------------------
Behaviours: gen_server.
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
alive/1 | |
code_change/3 | |
dead/1 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
logging_redirect_set/1 | |
nodes/1 | |
reconfigure/2 | |
start_link/1 | |
terminate/2 |
alive(Timeout) -> any()
code_change(X1, State, X3) -> any()
dead(Timeout) -> any()
handle_call(Request, X2, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Request, State) -> any()
init(X1) -> any()
logging_redirect_set(Node) -> any()
nodes(Timeout) -> any()
reconfigure(Config, Timeout) -> any()
start_link(Config) -> any()
terminate(X1, State) -> any()
Generated by EDoc, Mar 28 2017, 19:21:39.