Behaviours: gen_server.
| active_pb_connects/1 | |
| code_change/3 | |
| get_stats/0 | Return current aggregation of all stats. |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| produce_stats/0 | |
| register_stats/0 | |
| start_link/0 | |
| stats/0 | |
| terminate/2 | |
| update/1 |
active_pb_connects(X1) -> any()
code_change(OldVsn, State, Extra) -> any()
get_stats() -> proplists:proplist()
Return current aggregation of all stats.
handle_call(Req, From, State) -> any()
handle_cast(Req, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
produce_stats() -> any()
register_stats() -> any()
start_link() -> any()
stats() -> any()
terminate(Reason, State) -> any()
update(Arg) -> any()
Generated by EDoc