cluster_name_of/2 | |
deinit/1 | |
init/1 | |
init/2 | |
is_registered_uid/2 | |
list_registered/1 | |
name_of/2 | |
overview/1 | |
pid_of/2 | |
register_name/6 | |
uid_of/2 | |
unregister_name/2 | |
where_is/2 | |
where_is_parent/2 |
cluster_name_of(SystemOrNames::ra_system:names() | atom(), UId::ra_uid()) -> option(ra_cluster_name())
deinit(System::atom() | ra_system:names()) -> ok
init(System::atom()) -> ok | {error, system_not_started}
init(Dir::file:filename(), X2::ra_system:names()) -> ok
is_registered_uid(SystemOrNames::atom() | ra_system:names(), UId::ra_uid()) -> boolean()
list_registered(System::atom()) -> [{atom(), ra_uid()}]
name_of(SystemOrNames::atom() | ra_system:names(), UId::ra_uid()) -> option(atom())
overview(System) -> any()
pid_of(SystemOrNames::atom() | ra_system:names(), UId::ra_uid()) -> option(pid())
register_name(System::ra_system:names() | atom(), UId::ra_uid(), Pid::pid(), ParentPid::option(pid()), ServerName::atom(), ClusterName::ra_cluster_name()) -> ok
uid_of(System, ServerName) -> any()
unregister_name(System::atom() | ra_system:names(), UId::ra_uid()) -> ra_uid()
where_is(System::atom() | ra_system:names(), ServerName::ra_uid() | atom()) -> pid() | undefined
where_is_parent(System::atom() | ra_system:names(), ServerName::ra_uid() | atom()) -> pid() | undefined
Generated by EDoc