Module socket_dist_controller
Behaviours: gen_server
.
Function Index
address/2 | |
code_change/3 | |
getll/1 | |
getstat/1 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
handshake_complete/3 | |
init/1 | |
recv/3 | |
send/2 | |
setopts_post_nodeup/1 | |
setopts_pre_nodeup/1 | |
start/1 | |
supervisor/2 | |
terminate/2 | |
tick/1 |
Function Details
address/2
address(Controller, Node) -> any()
code_change/3
code_change(OldVsn, State, Extra) -> any()
getll/1
getll(Controller) -> any()
getstat/1
getstat(Controller) -> any()
handle_call/3
handle_call(X1, From, State) -> any()
handle_cast/2
handle_cast(X1, State) -> any()
handle_info/2
handle_info(X1, State0) -> any()
handshake_complete/3
handshake_complete(Controller, Node, DHandle) -> any()
init/1
init(Socket) -> any()
recv/3
recv(Controller, Length, Timeout) -> any()
send/2
send(Controller, Data) -> any()
setopts_post_nodeup/1
setopts_post_nodeup(Controller) -> any()
setopts_pre_nodeup/1
setopts_pre_nodeup(Controller) -> any()
start/1
start(Socket) -> any()
supervisor/2
supervisor(Controller, Pid) -> any()
terminate/2
terminate(Reason, State) -> any()
tick/1
tick(Controller) -> any()