Module riak_api_stat

Collector for various api stats.

Behaviours: gen_server.

Description

Collector for various api stats.

Function Index

active_pb_connects/1
code_change/3
get_stats/0Return 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

Function Details

active_pb_connects/1

active_pb_connects(X1) -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

get_stats/0

get_stats() -> proplists:proplist()

Return current aggregation of all stats.

handle_call/3

handle_call(Req, From, State) -> any()

handle_cast/2

handle_cast(Req, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

produce_stats/0

produce_stats() -> any()

register_stats/0

register_stats() -> any()

start_link/0

start_link() -> any()

stats/0

stats() -> any()

terminate/2

terminate(Reason, State) -> any()

update/1

update(Arg) -> any()


Generated by EDoc