Module riak_core_ring_handler

Behaviours: gen_event.

Function Index

code_change/3
ensure_vnodes_started/1
handle_call/2
handle_event/2
handle_info/2
init/1
terminate/2

Function Details

code_change/3

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

ensure_vnodes_started/1

ensure_vnodes_started(Ring) -> any()

handle_call/2

handle_call(Event, State) -> any()

handle_event/2

handle_event(X1, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc