Behaviours: gen_server.
code_change(OldVsn::any(), State::#state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}, Extra::any()) -> {ok, #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}}
get_groups_processes_info_of_node(Node::atom()) -> list()
get_registry_processes_info_of_node(Node::atom()) -> list()
handle_call(Request::any(), From::any(), State::#state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}) -> {reply, Reply::any(), #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}} | {reply, Reply::any(), #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}, Timeout::non_neg_integer()} | {noreply, #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}} | {noreply, #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}, Timeout::non_neg_integer()} | {stop, Reason::any(), Reply::any(), #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}} | {stop, Reason::any(), #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}}
handle_cast(Msg::any(), State::#state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}) -> {noreply, #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}} | {noreply, #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}, Timeout::non_neg_integer()} | {stop, Reason::any(), #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}}
handle_info(Info::any(), State::#state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}) -> {noreply, #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}} | {noreply, #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}, Timeout::non_neg_integer()} | {stop, Reason::any(), #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}}
init(X1::[]) -> {ok, #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}} | {ok, #state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}, Timeout::non_neg_integer()} | ignore | {stop, Reason::any()}
start_link() -> {ok, pid()} | {error, any()}
terminate(Reason::any(), State::#state{registry_conflicting_process_callback_module = atom(), registry_conflicting_process_callback_function = atom()}) -> terminated
write_groups_processes_info_to_node(Node::atom(), GroupsRegistryProcessesInfo::list()) -> ok
write_registry_processes_info_to_node(Node::atom(), RegistryProcessesInfo::list()) -> ok
Generated by EDoc, Dec 12 2016, 01:10:26.