Module riak_core_stat_cache

Behaviours: gen_server.

Function Index

code_change/3
get_stats/1
handle_call/3
handle_cast/2
handle_info/2
init/1
register_app/2
start_link/0
stop/0
terminate/2

Function Details

code_change/3

code_change(X1, S, X3) -> any()

get_stats/1

get_stats(App) -> any()

handle_call/3

handle_call(X1, X2, St) -> any()

handle_cast/2

handle_cast(X1, S) -> any()

handle_info/2

handle_info(X1, S) -> any()

init/1

init(X1) -> any()

register_app/2

register_app(App, ProduceMFA) -> any()

start_link/0

start_link() -> any()

stop/0

stop() -> any()

terminate/2

terminate(X1, X2) -> any()


Generated by EDoc