Module riak_api_pb_registration_helper

A gen_server process that creates and serves as heir to the message-code registration ETS table.

Behaviours: gen_server.

Description

A gen_server process that creates and serves as heir to the message-code registration ETS table. Should the registrar process exit, this server will inherit the ETS table and hand it back to the registrar process when it restarts.

Function Index

claim_table/0 Gives the registration table away to the caller, which should be the registrar process.
start_link/0 Starts the server.

Function Details

claim_table/0

claim_table() -> ok

Gives the registration table away to the caller, which should be the registrar process.

start_link/0

start_link() -> {ok, Pid::pid()} | ignore | {error, Error::term()}

Starts the server


Generated by EDoc