Module riak_core_vnode_proxy

Function Index

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

Function Details

call/2

call(Name, Msg) -> any()

call/3

call(Name, Msg, Timeout) -> any()

cast/2

cast(Name, Msg) -> any()

command_return_vnode/2

command_return_vnode(X1::{atom(), non_neg_integer(), atom()}, Req::term()) -> {ok, pid()} | {error, term()}

init/1

init(X1) -> any()

overloaded/1

overloaded(Pid) -> any()

reg_name/2

reg_name(Mod, Index) -> any()

reg_name/3

reg_name(Mod, Index, Node) -> any()

start_link/2

start_link(Mod, Index) -> any()

system_code_change/4

system_code_change(State, X2, X3, X4) -> any()

system_continue/3

system_continue(Parent, X2, State) -> any()

system_terminate/4

system_terminate(Reason, Parent, X3, State) -> any()

unregister_vnode/3

unregister_vnode(Mod, Index, Pid) -> any()


Generated by EDoc