Module syn_consistency

Behaviours: gen_server.

Function Index

code_change/3
get_groups_processes_info_of_node/1
get_registry_processes_info_of_node/1
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/0
terminate/2
write_groups_processes_info_to_node/2
write_registry_processes_info_to_node/2

Function Details

code_change/3

code_change(OldVsn::any(), State::#state{}, Extra::any()) -> {ok, #state{}}

get_groups_processes_info_of_node/1

get_groups_processes_info_of_node(Node::atom()) -> list()

get_registry_processes_info_of_node/1

get_registry_processes_info_of_node(Node::atom()) -> list()

handle_call/3

handle_call(Request::any(), From::any(), State::#state{}) -> {reply, Reply::any(), #state{}} | {reply, Reply::any(), #state{}, Timeout::non_neg_integer()} | {noreply, #state{}} | {noreply, #state{}, Timeout::non_neg_integer()} | {stop, Reason::any(), Reply::any(), #state{}} | {stop, Reason::any(), #state{}}

handle_cast/2

handle_cast(Msg::any(), State::#state{}) -> {noreply, #state{}} | {noreply, #state{}, Timeout::non_neg_integer()} | {stop, Reason::any(), #state{}}

handle_info/2

handle_info(Info::any(), State::#state{}) -> {noreply, #state{}} | {noreply, #state{}, Timeout::non_neg_integer()} | {stop, Reason::any(), #state{}}

init/1

init(X1::[]) -> {ok, #state{}} | {ok, #state{}, Timeout::non_neg_integer()} | ignore | {stop, Reason::any()}

start_link/0

start_link() -> {ok, pid()} | {error, any()}

terminate/2

terminate(Reason::any(), State::#state{}) -> terminated

write_groups_processes_info_to_node/2

write_groups_processes_info_to_node(Node::atom(), GroupsRegistryProcessesInfo::list()) -> ok

write_registry_processes_info_to_node/2

write_registry_processes_info_to_node(Node::atom(), RegistryProcessesInfo::list()) -> ok


Generated by EDoc, Dec 12 2016, 01:10:49.