| call/2 | |
| call/3 | |
| cast/2 | |
| command_return_vnode/2 | |
| init/1 | |
| overloaded/1 | |
| reg_name/2 | |
| reg_name/3 | |
| start_link/2 | |
| system_code_change/4 | |
| system_continue/3 | |
| system_terminate/4 | |
| unregister_vnode/3 |
call(Name, Msg) -> any()
call(Name, Msg, Timeout) -> any()
cast(Name, Msg) -> any()
command_return_vnode(X1::{atom(), non_neg_integer(), atom()}, Req::term()) -> {ok, pid()} | {error, term()}
init(X1) -> any()
overloaded(Pid) -> any()
reg_name(Mod, Index) -> any()
reg_name(Mod, Index, Node) -> any()
start_link(Mod, Index) -> any()
system_code_change(State, X2, X3, X4) -> any()
system_continue(Parent, X2, State) -> any()
system_terminate(Reason, Parent, X3, State) -> any()
unregister_vnode(Mod, Index, Pid) -> any()
Generated by EDoc